Html Css Color HEX #0C057A Navy

📋 copy color: '#0C057A'

red 12 ◦ green 5 ◦ blue 122

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

Shades of Navy #0C057A

Tints of Navy #0C057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

 BLUE value IS 122 (48.05% from 255) = 87.77%

R = 8.63%
G = 3.6%
B = 87.77%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0C057A (or 0x0C057A) is known color: Navy. HEX triplet: 0C, 05 and 7A. RGB value is (12,5,122). Sum of RGB (Red+Green+Blue) = 12+5+122=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 122 (48.05% from 255 or 87.77% from 139); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C057A is #F3FA85. Grayscale: #131313. Windows color (decimal): -15989382 or 7996684. OLE color: 7996684.

HSL color Cylindrical-coordinate representation of color #0C057A: hue angle of 243.59º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C057A is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 5 122 -
CMYK 0.90 0.96 0 0.52
HSL 243.59º 0.92% 0.25% -
HSV(B) 243.59º 0.96% 0.48% -
XYZ 3.72 1.59 18.52 -
YUV 20.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 12 5 122 0.90 0.96 0 0.52 243.59 0.92 0.25
Hex C 5 7A 5A 60 0 34 F4 5C 19
Octal 14 5 172 132 140 0 64 364 134 31
Binary 1100 101 1111010 1011010 1100000 0 110100 11110100 1011100 11001

Color Harmonies of #0C057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C057A

Black with #0C057A

Text Example


Text Example

White with #0C057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,5,122); }

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

background-color css

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

 a { background-color: rgb(12,5,122); }

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

border-color css

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

 span { border-color: rgb(12,5,122); }

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