#08139E

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

Shades of New Midnight Blue #08139E

Tints of New Midnight Blue #08139E

Color information

#08139E (or 0x08139E) is unknown color: approx New Midnight Blue. HEX triplet: 08, 13 and 9E. RGB value is (8,19,158). Sum of RGB (Red+Green+Blue) = 8+19+158=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 158 (62.11% from 255 or 85.41% from 185); Max value from RGB is 158 - color contains mainly: blue. Hex color #08139E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08139E is #F7EC61. Grayscale: #1E1E1E. Windows color (decimal): -16247906 or 10359560. OLE color: 10359560.

HSL color Cylindrical-coordinate representation of color #08139E: hue angle of 235.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08139E is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB819158-
CMYK0.950.8800.38
HSL235.6º90.36%32.55%-
HSV(B)235.6º94.94%61.96%-
XYZ6.52.9932.58-
YUV31.56199.36111.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 158 (62.11% from 255) = 85.41%
R=4.32%
G=10.27%
B=85.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8191580.950.8800.38235.690.3632.55
Hex8139E5F58026ec5a21
Octal102323613713004635413241
Binary10001001110011110101111110110000100110111011001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08139E; }

 p { color: rgb(8,19,158); }

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

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

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

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

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

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

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