Html Css Color HEX #050B7C Navy

📋 copy color: '#050B7C'

red 5 ◦ green 11 ◦ blue 124

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

Shades of Navy #050B7C

Tints of Navy #050B7C

RGB

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

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

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

R = 3.57%
G = 7.86%
B = 88.57%

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

#050B7C (or 0x050B7C) is known color: Navy. HEX triplet: 05, 0B and 7C. RGB value is (5,11,124). Sum of RGB (Red+Green+Blue) = 5+11+124=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 124 (48.83% from 255 or 88.57% from 140); Max value from RGB is 124 - color contains mainly: blue. Hex color #050B7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050B7C is #FAF483. Grayscale: #151515. Windows color (decimal): -16446596 or 8129285. OLE color: 8129285.

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

Color convert

RGB 5 11 124 -
CMYK 0.96 0.91 0 0.51
HSL 236.97º 0.92% 0.25% -
HSV(B) 236.97º 0.96% 0.49% -
XYZ 3.82 1.73 19.2 -
YUV 22.09 185.51 115.81 -
System Red Green Blue C M Y K H S L
Decimal 5 11 124 0.96 0.91 0 0.51 236.97 0.92 0.25
Hex 5 B 7C 60 5B 0 33 ED 5C 19
Octal 5 13 174 140 133 0 63 355 134 31
Binary 101 1011 1111100 1100000 1011011 0 110011 11101101 1011100 11001

Color Harmonies of #050B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B7C

Black with #050B7C

Text Example


Text Example

White with #050B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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