#0508AF

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

Shades of New Midnight Blue #0508AF

Tints of New Midnight Blue #0508AF

Color information

#0508AF (or 0x0508AF) is unknown color: approx New Midnight Blue. HEX triplet: 05, 08 and AF. RGB value is (5,8,175). Sum of RGB (Red+Green+Blue) = 5+8+175=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 175 (68.75% from 255 or 93.09% from 188); Max value from RGB is 175 - color contains mainly: blue. Hex color #0508AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0508AF is #FAF750. Grayscale: #191919. Windows color (decimal): -16447313 or 11470853. OLE color: 11470853.

HSL color Cylindrical-coordinate representation of color #0508AF: hue angle of 238.94º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0508AF is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB58175-
CMYK0.970.9500.31
HSL238.94º94.44%35.29%-
HSV(B)238.94º97.14%68.63%-
XYZ7.893.340.78-
YUV26.14212.01112.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.66%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 175 (68.75% from 255) = 93.09%
R=2.66%
G=4.26%
B=93.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581750.970.9500.31238.9494.4435.29
Hex58AF615F01Fef5e23
Octal51025714113703735713643
Binary10110001010111111000011011111011111111011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0508AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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