Html Css Color HEX #050A6D Navy

📋 copy color: '#050A6D'

red 5 ◦ green 10 ◦ blue 109

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

Shades of Navy #050A6D

Tints of Navy #050A6D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.06%

 BLUE value IS 109 (42.97% from 255) = 87.9%

R = 4.03%
G = 8.06%
B = 87.9%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#050A6D (or 0x050A6D) is known color: Navy. HEX triplet: 05, 0A and 6D. RGB value is (5,10,109). Sum of RGB (Red+Green+Blue) = 5+10+109=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 109 (42.97% from 255 or 87.90% from 124); Max value from RGB is 109 - color contains mainly: blue. Hex color #050A6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A6D is #FAF592. Grayscale: #131313. Windows color (decimal): -16446867 or 7145989. OLE color: 7145989.

HSL color Cylindrical-coordinate representation of color #050A6D: hue angle of 237.12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050A6D is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 10 109 -
CMYK 0.95 0.91 0 0.57
HSL 237.12º 0.91% 0.22% -
HSV(B) 237.12º 0.95% 0.43% -
XYZ 2.93 1.35 14.57 -
YUV 19.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 5 10 109 0.95 0.91 0 0.57 237.12 0.91 0.22
Hex 5 A 6D 5F 5B 0 39 ED 5B 16
Octal 5 12 155 137 133 0 71 355 133 26
Binary 101 1010 1101101 1011111 1011011 0 111001 11101101 1011011 10110

Color Harmonies of #050A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A6D

Black with #050A6D

Text Example


Text Example

White with #050A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,10,109); }

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

background-color css

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

 a { background-color: rgb(5,10,109); }

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

border-color css

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

 span { border-color: rgb(5,10,109); }

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