Html Css Color HEX #0C067D Navy

📋 copy color: '#0C067D'

red 12 ◦ green 6 ◦ blue 125

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

Shades of Navy #0C067D

Tints of Navy #0C067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.2%

 BLUE value IS 125 (49.22% from 255) = 87.41%

R = 8.39%
G = 4.2%
B = 87.41%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C067D (or 0x0C067D) is known color: Navy. HEX triplet: 0C, 06 and 7D. RGB value is (12,6,125). Sum of RGB (Red+Green+Blue) = 12+6+125=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 125 (49.22% from 255 or 87.41% from 143); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C067D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C067D is #F3F982. Grayscale: #141414. Windows color (decimal): -15989123 or 8193548. OLE color: 8193548.

HSL color Cylindrical-coordinate representation of color #0C067D: hue angle of 243.03º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C067D is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 6 125 -
CMYK 0.90 0.95 0 0.51
HSL 243.03º 0.91% 0.26% -
HSV(B) 243.03º 0.95% 0.49% -
XYZ 3.92 1.69 19.52 -
YUV 21.36 186.49 121.32 -
System Red Green Blue C M Y K H S L
Decimal 12 6 125 0.90 0.95 0 0.51 243.03 0.91 0.26
Hex C 6 7D 5A 5F 0 33 F3 5B 1A
Octal 14 6 175 132 137 0 63 363 133 32
Binary 1100 110 1111101 1011010 1011111 0 110011 11110011 1011011 11010

Color Harmonies of #0C067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C067D

Black with #0C067D

Text Example


Text Example

White with #0C067D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,6,125); }

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

background-color css

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

 a { background-color: rgb(12,6,125); }

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

border-color css

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

 span { border-color: rgb(12,6,125); }

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