Html Css Color HEX #050C7D Navy

📋 copy color: '#050C7D'

red 5 ◦ green 12 ◦ blue 125

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

Shades of Navy #050C7D

Tints of Navy #050C7D

RGB

 RED value IS 5 (2.34% from 255) = 3.52%

 GREEN value IS 12 (5.08% from 255) = 8.45%

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

R = 3.52%
G = 8.45%
B = 88.03%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#050C7D (or 0x050C7D) is known color: Navy. HEX triplet: 05, 0C and 7D. RGB value is (5,12,125). Sum of RGB (Red+Green+Blue) = 5+12+125=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 125 (49.22% from 255 or 88.03% from 142); Max value from RGB is 125 - color contains mainly: blue. Hex color #050C7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C7D is #FAF382. Grayscale: #161616. Windows color (decimal): -16446339 or 8195077. OLE color: 8195077.

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

Color convert

RGB 5 12 125 -
CMYK 0.96 0.90 0 0.51
HSL 236.5º 0.92% 0.25% -
HSV(B) 236.5º 0.96% 0.49% -
XYZ 3.9 1.78 19.54 -
YUV 22.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 5 12 125 0.96 0.90 0 0.51 236.5 0.92 0.25
Hex 5 C 7D 60 5A 0 33 EC 5C 19
Octal 5 14 175 140 132 0 63 354 134 31
Binary 101 1100 1111101 1100000 1011010 0 110011 11101100 1011100 11001

Color Harmonies of #050C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C7D

Black with #050C7D

Text Example


Text Example

White with #050C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C7D; }

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

 H1.HeaderClassName
 {
   color: #050C7D;
 }
 .AnyTagClassName
 {
   color: #050C7D;
 }
</style>

background-color css

<style>
 a { background-color: #050C7D; }

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

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

border-color css

<style>
 span { border-color: #050C7D; }

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

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