Html Css Color HEX #0E02B4 New Midnight Blue

📋 copy color: '#0E02B4'

red 14 ◦ green 2 ◦ blue 180

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

Shades of New Midnight Blue #0E02B4

Tints of New Midnight Blue #0E02B4

RGB

 RED value IS 14 (5.86% from 255) = 7.14%

 GREEN value IS 2 (1.17% from 255) = 1.02%

 BLUE value IS 180 (70.7% from 255) = 91.84%

R = 7.14%
G = 1.02%
B = 91.84%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0E02B4 (or 0x0E02B4) is known color: New Midnight Blue. HEX triplet: 0E, 02 and B4. RGB value is (14,2,180). Sum of RGB (Red+Green+Blue) = 14+2+180=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 180 (70.70% from 255 or 91.84% from 196); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E02B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E02B4 is #F1FD4B. Grayscale: #191919. Windows color (decimal): -15859020 or 11797006. OLE color: 11797006.

HSL color Cylindrical-coordinate representation of color #0E02B4: hue angle of 244.04º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E02B4 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 2 180 -
CMYK 0.92 0.99 0 0.29
HSL 244.04º 0.98% 0.36% -
HSV(B) 244.04º 0.99% 0.71% -
XYZ 8.44 3.43 43.4 -
YUV 25.88 214.98 119.53 -
System Red Green Blue C M Y K H S L
Decimal 14 2 180 0.92 0.99 0 0.29 244.04 0.98 0.36
Hex E 2 B4 5C 63 0 1D F4 62 24
Octal 16 2 264 134 143 0 35 364 142 44
Binary 1110 10 10110100 1011100 1100011 0 11101 11110100 1100010 100100

Color Harmonies of #0E02B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E02B4

Black with #0E02B4

Text Example


Text Example

White with #0E02B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,2,180); }

 H1.HeaderClassName
 {
   color: #0E02B4;
 }
 .AnyTagClassName
 {
   color: #0E02B4;
 }
</style>

background-color css

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

 a { background-color: rgb(14,2,180); }

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

border-color css

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

 span { border-color: rgb(14,2,180); }

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