Html Css Color HEX #000969 Navy

📋 copy color: '#000969'

red 0 ◦ green 9 ◦ blue 105

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

Shades of Navy #000969

Tints of Navy #000969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 92.11%

R = 0%
G = 7.89%
B = 92.11%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#000969 (or 0x000969) is known color: Navy. HEX triplet: 00, 09 and 69. RGB value is (0,9,105). Sum of RGB (Red+Green+Blue) = 0+9+105=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 105 (41.41% from 255 or 92.11% from 114); Max value from RGB is 105 - color contains mainly: blue. Hex color #000969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000969 is #FFF696. Grayscale: #101010. Windows color (decimal): -16774807 or 6883584. OLE color: 6883584.

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

Color convert

RGB 0 9 105 -
CMYK 1 0.91 0 0.59
HSL 234.86º 1% 0.21% -
HSV(B) 234.86º 1% 0.41% -
XYZ 2.65 1.22 13.46 -
YUV 17.25 177.52 115.69 -
System Red Green Blue C M Y K H S L
Decimal 0 9 105 1 0.91 0 0.59 234.86 1 0.21
Hex 0 9 69 64 5B 0 3B EB 64 15
Octal 0 11 151 144 133 0 73 353 144 25
Binary 0 1001 1101001 1100100 1011011 0 111011 11101011 1100100 10101

Color Harmonies of #000969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000969

Black with #000969

Text Example


Text Example

White with #000969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000969; }

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

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

background-color css

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

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

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

border-color css

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

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

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