Html Css Color HEX #050B7D Navy

📋 copy color: '#050B7D'

red 5 ◦ green 11 ◦ blue 125

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

Shades of Navy #050B7D

Tints of Navy #050B7D

RGB

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

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

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

R = 3.55%
G = 7.8%
B = 88.65%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#050B7D (or 0x050B7D) is known color: Navy. HEX triplet: 05, 0B and 7D. RGB value is (5,11,125). Sum of RGB (Red+Green+Blue) = 5+11+125=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 125 (49.22% from 255 or 88.65% from 141); Max value from RGB is 125 - color contains mainly: blue. Hex color #050B7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B7D is #FAF482. Grayscale: #151515. Windows color (decimal): -16446595 or 8194821. OLE color: 8194821.

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

Color convert

RGB 5 11 125 -
CMYK 0.96 0.91 0 0.51
HSL 237º 0.92% 0.25% -
HSV(B) 237º 0.96% 0.49% -
XYZ 3.88 1.75 19.54 -
YUV 22.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 5 11 125 0.96 0.91 0 0.51 237 0.92 0.25
Hex 5 B 7D 60 5B 0 33 ED 5C 19
Octal 5 13 175 140 133 0 63 355 134 31
Binary 101 1011 1111101 1100000 1011011 0 110011 11101101 1011100 11001

Color Harmonies of #050B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B7D

Black with #050B7D

Text Example


Text Example

White with #050B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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