Html Css Color HEX #000C69 Navy

📋 copy color: '#000C69'

red 0 ◦ green 12 ◦ blue 105

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

Shades of Navy #000C69

Tints of Navy #000C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.26%

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

R = 0%
G = 10.26%
B = 89.74%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#000C69 (or 0x000C69) is known color: Navy. HEX triplet: 00, 0C and 69. RGB value is (0,12,105). Sum of RGB (Red+Green+Blue) = 0+12+105=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 105 (41.41% from 255 or 89.74% from 117); Max value from RGB is 105 - color contains mainly: blue. Hex color #000C69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C69 is #FFF396. Grayscale: #121212. Windows color (decimal): -16774039 or 6884352. OLE color: 6884352.

HSL color Cylindrical-coordinate representation of color #000C69: hue angle of 233.14º 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 #000C69 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 12 105 -
CMYK 1 0.89 0 0.59
HSL 233.14º 1% 0.21% -
HSV(B) 233.14º 1% 0.41% -
XYZ 2.68 1.28 13.47 -
YUV 19.01 176.52 114.44 -
System Red Green Blue C M Y K H S L
Decimal 0 12 105 1 0.89 0 0.59 233.14 1 0.21
Hex 0 C 69 64 59 0 3B E9 64 15
Octal 0 14 151 144 131 0 73 351 144 25
Binary 0 1100 1101001 1100100 1011001 0 111011 11101001 1100100 10101

Color Harmonies of #000C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C69

Black with #000C69

Text Example


Text Example

White with #000C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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