Html Css Color HEX #050D7C Navy

📋 copy color: '#050D7C'

red 5 ◦ green 13 ◦ blue 124

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

Shades of Navy #050D7C

Tints of Navy #050D7C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.15%

 BLUE value IS 124 (48.83% from 255) = 87.32%

R = 3.52%
G = 9.15%
B = 87.32%

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

#050D7C (or 0x050D7C) is known color: Navy. HEX triplet: 05, 0D and 7C. RGB value is (5,13,124). Sum of RGB (Red+Green+Blue) = 5+13+124=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 124 (48.83% from 255 or 87.32% from 142); Max value from RGB is 124 - color contains mainly: blue. Hex color #050D7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D7C is #FAF283. Grayscale: #161616. Windows color (decimal): -16446084 or 8129797. OLE color: 8129797.

HSL color Cylindrical-coordinate representation of color #050D7C: hue angle of 235.97º 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 #050D7C is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 13 124 -
CMYK 0.96 0.90 0 0.51
HSL 235.97º 0.92% 0.25% -
HSV(B) 235.97º 0.96% 0.49% -
XYZ 3.84 1.78 19.21 -
YUV 23.26 184.85 114.97 -
System Red Green Blue C M Y K H S L
Decimal 5 13 124 0.96 0.90 0 0.51 235.97 0.92 0.25
Hex 5 D 7C 60 5A 0 33 EC 5C 19
Octal 5 15 174 140 132 0 63 354 134 31
Binary 101 1101 1111100 1100000 1011010 0 110011 11101100 1011100 11001

Color Harmonies of #050D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D7C

Black with #050D7C

Text Example


Text Example

White with #050D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,13,124); }

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

background-color css

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

 a { background-color: rgb(5,13,124); }

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

border-color css

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

 span { border-color: rgb(5,13,124); }

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