Html Css Color HEX #000962 Navy

📋 copy color: '#000962'

red 0 ◦ green 9 ◦ blue 98

#000962
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #000962

Tints of Navy #000962

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 9 (3.91% from 255) = 8.41%

 BLUE value IS 98 (38.67% from 255) = 91.59%

R = 0%
G = 8.41%
B = 91.59%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#000962 (or 0x000962) is known color: Navy. HEX triplet: 00, 09 and 62. RGB value is (0,9,98). Sum of RGB (Red+Green+Blue) = 0+9+98=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 98 (38.67% from 255 or 91.59% from 107); Max value from RGB is 98 - color contains mainly: blue. Hex color #000962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000962 is #FFF69D. Grayscale: #101010. Windows color (decimal): -16774814 or 6424832. OLE color: 6424832.

HSL color Cylindrical-coordinate representation of color #000962: hue angle of 234.49º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000962 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 9 98 -
CMYK 1 0.91 0 0.62
HSL 234.49º 1% 0.19% -
HSV(B) 234.49º 1% 0.38% -
XYZ 2.3 1.08 11.64 -
YUV 16.46 174.02 116.26 -
System Red Green Blue C M Y K H S L
Decimal 0 9 98 1 0.91 0 0.62 234.49 1 0.19
Hex 0 9 62 64 5B 0 3E EA 64 13
Octal 0 11 142 144 133 0 76 352 144 23
Binary 0 1001 1100010 1100100 1011011 0 111110 11101010 1100100 10011

Color Harmonies of #000962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000962

Black with #000962

Text Example


Text Example

White with #000962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000962; }

 p { color: rgb(0,9,98); }

 H1.HeaderClassName
 {
   color: #000962;
 }
 .AnyTagClassName
 {
   color: #000962;
 }
</style>

background-color css

<style>
 a { background-color: #000962; }

 a { background-color: rgb(0,9,98); }

 div.DivClassName
 {
   background-color: #000962;
 }
 .BgClassName
 {
   background-color: #000962;
 }
</style>

border-color css

<style>
 span { border-color: #000962; }

 span { border-color: rgb(0,9,98); }

 td.TdClassName
 {
   border-color: #000962;
 }
 .TagClassName
 {
   border-color: #000962;
 }
</style>