#0508B2

Color #0508B2 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0508B2

Tints of New Midnight Blue #0508B2

Color information

#0508B2 (or 0x0508B2) is unknown color: approx New Midnight Blue. HEX triplet: 05, 08 and B2. RGB value is (5,8,178). Sum of RGB (Red+Green+Blue) = 5+8+178=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 178 (69.92% from 255 or 93.19% from 191); Max value from RGB is 178 - color contains mainly: blue. Hex color #0508B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0508B2 is #FAF74D. Grayscale: #191919. Windows color (decimal): -16447310 or 11667461. OLE color: 11667461.

HSL color Cylindrical-coordinate representation of color #0508B2: hue angle of 238.96º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0508B2 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB58178-
CMYK0.970.9600.30
HSL238.96º94.54%35.88%-
HSV(B)238.96º97.19%69.8%-
XYZ8.193.4242.35-
YUV26.48213.51112.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 178 (69.92% from 255) = 93.19%
R=2.62%
G=4.19%
B=93.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal581780.970.9600.30238.9694.5435.88
Hex58B2616001Eef5f24
Octal51026214114003635713744
Binary10110001011001011000011100000011110111011111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0508B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0508B2; }

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

 H1.HeaderClassName
 {
   color: #0508B2;
 }
 .AnyTagClassName
 {
   color: #0508B2;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #0508B2;
 }
 .BgClassName
 {
   background-color: #0508B2;
 }
</style>
border-color css

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

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

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