Html Css Color HEX #050B6D Navy

📋 copy color: '#050B6D'

red 5 ◦ green 11 ◦ blue 109

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

Shades of Navy #050B6D

Tints of Navy #050B6D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.8%

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

R = 4%
G = 8.8%
B = 87.2%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#050B6D (or 0x050B6D) is known color: Navy. HEX triplet: 05, 0B and 6D. RGB value is (5,11,109). Sum of RGB (Red+Green+Blue) = 5+11+109=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 109 (42.97% from 255 or 87.2% from 125); Max value from RGB is 109 - color contains mainly: blue. Hex color #050B6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B6D is #FAF492. Grayscale: #131313. Windows color (decimal): -16446611 or 7146245. OLE color: 7146245.

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

Color convert

RGB 5 11 109 -
CMYK 0.95 0.90 0 0.57
HSL 236.54º 0.91% 0.22% -
HSV(B) 236.54º 0.95% 0.43% -
XYZ 2.94 1.38 14.58 -
YUV 20.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 5 11 109 0.95 0.90 0 0.57 236.54 0.91 0.22
Hex 5 B 6D 5F 5A 0 39 ED 5B 16
Octal 5 13 155 137 132 0 71 355 133 26
Binary 101 1011 1101101 1011111 1011010 0 111001 11101101 1011011 10110

Color Harmonies of #050B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B6D

Black with #050B6D

Text Example


Text Example

White with #050B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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