Html Css Color HEX #050C7E Navy

📋 copy color: '#050C7E'

red 5 ◦ green 12 ◦ blue 126

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

Shades of Navy #050C7E

Tints of Navy #050C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 88.11%

R = 3.5%
G = 8.39%
B = 88.11%

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

#050C7E (or 0x050C7E) is known color: Navy. HEX triplet: 05, 0C and 7E. RGB value is (5,12,126). Sum of RGB (Red+Green+Blue) = 5+12+126=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 126 (49.61% from 255 or 88.11% from 143); Max value from RGB is 126 - color contains mainly: blue. Hex color #050C7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C7E is #FAF381. Grayscale: #161616. Windows color (decimal): -16446338 or 8260613. OLE color: 8260613.

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

Color convert

RGB 5 12 126 -
CMYK 0.96 0.90 0 0.51
HSL 236.53º 0.92% 0.26% -
HSV(B) 236.53º 0.96% 0.49% -
XYZ 3.96 1.8 19.88 -
YUV 22.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 5 12 126 0.96 0.90 0 0.51 236.53 0.92 0.26
Hex 5 C 7E 60 5A 0 33 ED 5C 1A
Octal 5 14 176 140 132 0 63 355 134 32
Binary 101 1100 1111110 1100000 1011010 0 110011 11101101 1011100 11010

Color Harmonies of #050C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C7E

Black with #050C7E

Text Example


Text Example

White with #050C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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