#08089A

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

Shades of New Midnight Blue #08089A

Tints of New Midnight Blue #08089A

Color information

#08089A (or 0x08089A) is unknown color: approx New Midnight Blue. HEX triplet: 08, 08 and 9A. RGB value is (8,8,154). Sum of RGB (Red+Green+Blue) = 8+8+154=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 154 (60.55% from 255 or 90.59% from 170); Max value from RGB is 154 - color contains mainly: blue. Hex color #08089A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08089A is #F7F765. Grayscale: #181818. Windows color (decimal): -16250726 or 10094600. OLE color: 10094600.

HSL color Cylindrical-coordinate representation of color #08089A: hue angle of 240º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08089A is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88154-
CMYK0.950.9500.40
HSL240º90.12%31.76%-
HSV(B)240º94.81%60.39%-
XYZ6.022.5630.75-
YUV24.64201116.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 154 (60.55% from 255) = 90.59%
R=4.71%
G=4.71%
B=90.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881540.950.9500.4024090.1231.76
Hex889A5F5F028f05a20
Octal101023213713705036013240
Binary1000100010011010101111110111110101000111100001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08089A; }

 p { color: rgb(8,8,154); }

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

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

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

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

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

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

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