Html Css Color HEX #050B7E Navy

📋 copy color: '#050B7E'

red 5 ◦ green 11 ◦ blue 126

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

Shades of Navy #050B7E

Tints of Navy #050B7E

RGB

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

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

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

R = 3.52%
G = 7.75%
B = 88.73%

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

#050B7E (or 0x050B7E) is known color: Navy. HEX triplet: 05, 0B and 7E. RGB value is (5,11,126). Sum of RGB (Red+Green+Blue) = 5+11+126=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 126 (49.61% from 255 or 88.73% from 142); Max value from RGB is 126 - color contains mainly: blue. Hex color #050B7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B7E is #FAF481. Grayscale: #151515. Windows color (decimal): -16446594 or 8260357. OLE color: 8260357.

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

Color convert

RGB 5 11 126 -
CMYK 0.96 0.91 0 0.51
HSL 237.02º 0.92% 0.26% -
HSV(B) 237.02º 0.96% 0.49% -
XYZ 3.95 1.78 19.87 -
YUV 22.32 186.51 115.65 -
System Red Green Blue C M Y K H S L
Decimal 5 11 126 0.96 0.91 0 0.51 237.02 0.92 0.26
Hex 5 B 7E 60 5B 0 33 ED 5C 1A
Octal 5 13 176 140 133 0 63 355 134 32
Binary 101 1011 1111110 1100000 1011011 0 110011 11101101 1011100 11010

Color Harmonies of #050B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B7E

Black with #050B7E

Text Example


Text Example

White with #050B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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