Html Css Color HEX #050885 Navy

📋 copy color: '#050885'

red 5 ◦ green 8 ◦ blue 133

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

Shades of Navy #050885

Tints of Navy #050885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.48%

 BLUE value IS 133 (52.34% from 255) = 91.1%

R = 3.42%
G = 5.48%
B = 91.1%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#050885 (or 0x050885) is known color: Navy. HEX triplet: 05, 08 and 85. RGB value is (5,8,133). Sum of RGB (Red+Green+Blue) = 5+8+133=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 133 (52.34% from 255 or 91.10% from 146); Max value from RGB is 133 - color contains mainly: blue. Hex color #050885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050885 is #FAF77A. Grayscale: #141414. Windows color (decimal): -16447355 or 8718341. OLE color: 8718341.

HSL color Cylindrical-coordinate representation of color #050885: hue angle of 238.59º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050885 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 8 133 -
CMYK 0.96 0.94 0 0.48
HSL 238.59º 0.93% 0.27% -
HSV(B) 238.59º 0.96% 0.52% -
XYZ 4.38 1.9 22.33 -
YUV 21.35 191.01 116.34 -
System Red Green Blue C M Y K H S L
Decimal 5 8 133 0.96 0.94 0 0.48 238.59 0.93 0.27
Hex 5 8 85 60 5E 0 30 EF 5D 1B
Octal 5 10 205 140 136 0 60 357 135 33
Binary 101 1000 10000101 1100000 1011110 0 110000 11101111 1011101 11011

Color Harmonies of #050885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050885

Black with #050885

Text Example


Text Example

White with #050885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050885; }

 p { color: rgb(5,8,133); }

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

background-color css

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

 a { background-color: rgb(5,8,133); }

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

border-color css

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

 span { border-color: rgb(5,8,133); }

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