Html Css Color HEX #000EB2 New Midnight Blue

📋 copy color: '#000EB2'

red 0 ◦ green 14 ◦ blue 178

#000EB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #000EB2

Tints of New Midnight Blue #000EB2

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 14 (5.86% from 255) = 7.29%

 BLUE value IS 178 (69.92% from 255) = 92.71%

R = 0%
G = 7.29%
B = 92.71%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#000EB2 (or 0x000EB2) is known color: New Midnight Blue. HEX triplet: 00, 0E and B2. RGB value is (0,14,178). Sum of RGB (Red+Green+Blue) = 0+14+178=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 14 (5.86% from 255 or 7.29% 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 #000EB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000EB2 is #FFF14D. Grayscale: #1B1B1B. Windows color (decimal): -16773454 or 11668992. OLE color: 11668992.

HSL color Cylindrical-coordinate representation of color #000EB2: hue angle of 235.28º 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 #000EB2 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 14 178 -
CMYK 1 0.92 0 0.30
HSL 235.28º 1% 0.35% -
HSV(B) 235.28º 1% 0.7% -
XYZ 8.19 3.53 42.37 -
YUV 28.51 212.36 107.66 -
System Red Green Blue C M Y K H S L
Decimal 0 14 178 1 0.92 0 0.30 235.28 1 0.35
Hex 0 E B2 64 5C 0 1E EB 64 23
Octal 0 16 262 144 134 0 36 353 144 43
Binary 0 1110 10110010 1100100 1011100 0 11110 11101011 1100100 100011

Color Harmonies of #000EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000EB2

Black with #000EB2

Text Example


Text Example

White with #000EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000EB2; }

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

 H1.HeaderClassName
 {
   color: #000EB2;
 }
 .AnyTagClassName
 {
   color: #000EB2;
 }
</style>

background-color css

<style>
 a { background-color: #000EB2; }

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

 div.DivClassName
 {
   background-color: #000EB2;
 }
 .BgClassName
 {
   background-color: #000EB2;
 }
</style>

border-color css

<style>
 span { border-color: #000EB2; }

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

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