Html Css Color HEX #0C006A Navy

📋 copy color: '#0C006A'

red 12 ◦ green 0 ◦ blue 106

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

Shades of Navy #0C006A

Tints of Navy #0C006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 89.83%

R = 10.17%
G = 0%
B = 89.83%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C006A (or 0x0C006A) is known color: Navy. HEX triplet: 0C, 00 and 6A. RGB value is (12,0,106). Sum of RGB (Red+Green+Blue) = 12+0+106=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 106 (41.80% from 255 or 89.83% from 118); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C006A is #F3FF95. Grayscale: #0F0F0F. Windows color (decimal): -15990678 or 6946828. OLE color: 6946828.

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

Color convert

RGB 12 0 106 -
CMYK 0.89 1 0 0.58
HSL 246.79º 1% 0.21% -
HSV(B) 246.79º 1% 0.42% -
XYZ 2.75 1.12 13.71 -
YUV 15.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 12 0 106 0.89 1 0 0.58 246.79 1 0.21
Hex C 0 6A 59 64 0 3A F7 64 15
Octal 14 0 152 131 144 0 72 367 144 25
Binary 1100 0 1101010 1011001 1100100 0 111010 11110111 1100100 10101

Color Harmonies of #0C006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C006A

Black with #0C006A

Text Example


Text Example

White with #0C006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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