Html Css Color HEX #0C006D Navy

📋 copy color: '#0C006D'

red 12 ◦ green 0 ◦ blue 109

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

Shades of Navy #0C006D

Tints of Navy #0C006D

RGB

 RED value IS 12 (5.08% from 255) = 9.92%

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

 BLUE value IS 109 (42.97% from 255) = 90.08%

R = 9.92%
G = 0%
B = 90.08%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C006D (or 0x0C006D) is known color: Navy. HEX triplet: 0C, 00 and 6D. RGB value is (12,0,109). Sum of RGB (Red+Green+Blue) = 12+0+109=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 109 (42.97% from 255 or 90.08% from 121); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C006D is #F3FF92. Grayscale: #0F0F0F. Windows color (decimal): -15990675 or 7143436. OLE color: 7143436.

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

Color convert

RGB 12 0 109 -
CMYK 0.89 1 0 0.57
HSL 246.61º 1% 0.21% -
HSV(B) 246.61º 1% 0.43% -
XYZ 2.91 1.18 14.54 -
YUV 16.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 12 0 109 0.89 1 0 0.57 246.61 1 0.21
Hex C 0 6D 59 64 0 39 F7 64 15
Octal 14 0 155 131 144 0 71 367 144 25
Binary 1100 0 1101101 1011001 1100100 0 111001 11110111 1100100 10101

Color Harmonies of #0C006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C006D

Black with #0C006D

Text Example


Text Example

White with #0C006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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