#0e00b2

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

Shades of New Midnight Blue #0E00B2

Tints of New Midnight Blue #0E00B2

Color information

#0E00B2 (or 0x0E00B2) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 00 and B2. RGB value is (14,0,178). Sum of RGB (Red+Green+Blue) = 14+0+178=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 178 (69.92% from 255 or 92.71% from 192); Max value from RGB is 178 - color contains mainly: blue. Hex color #0E00B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E00B2 is #F1FF4D. Grayscale: #171717. Windows color (decimal): -15859534 or 11665422. OLE color: 11665422.

HSL color Cylindrical-coordinate representation of color #0E00B2: hue angle of 244.72º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E00B2 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB140178-
CMYK0.92100.30
HSL244.72º100%34.9%-
HSV(B)244.72º100%69.8%-
XYZ8.223.3142.32-
YUV24.48214.64120.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 178 (69.92% from 255) = 92.71%
R=7.29%
G=0%
B=92.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1401780.92100.30244.7210034.9
HexE0B25C6401Ef56423
Octal16026213414403636514443
Binary111001011001010111001100100011110111101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e00b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0e00b2; }

 p { color: rgb(14,0,178); }

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

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

 a { background-color: rgb(14,0,178); }

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

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

 span { border-color: rgb(14,0,178); }

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