Html Css Color HEX #0C047A Navy

📋 copy color: '#0C047A'

red 12 ◦ green 4 ◦ blue 122

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

Shades of Navy #0C047A

Tints of Navy #0C047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

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

R = 8.7%
G = 2.9%
B = 88.41%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0C047A (or 0x0C047A) is known color: Navy. HEX triplet: 0C, 04 and 7A. RGB value is (12,4,122). Sum of RGB (Red+Green+Blue) = 12+4+122=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 122 (48.05% from 255 or 88.41% from 138); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C047A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C047A is #F3FB85. Grayscale: #131313. Windows color (decimal): -15989638 or 7996428. OLE color: 7996428.

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

Color convert

RGB 12 4 122 -
CMYK 0.90 0.97 0 0.52
HSL 244.07º 0.94% 0.25% -
HSV(B) 244.07º 0.97% 0.48% -
XYZ 3.71 1.57 18.52 -
YUV 19.84 185.65 122.41 -
System Red Green Blue C M Y K H S L
Decimal 12 4 122 0.90 0.97 0 0.52 244.07 0.94 0.25
Hex C 4 7A 5A 61 0 34 F4 5E 19
Octal 14 4 172 132 141 0 64 364 136 31
Binary 1100 100 1111010 1011010 1100001 0 110100 11110100 1011110 11001

Color Harmonies of #0C047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C047A

Black with #0C047A

Text Example


Text Example

White with #0C047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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