Html Css Color HEX #0E1965 Midnight Blue

📋 copy color: '#0E1965'

red 14 ◦ green 25 ◦ blue 101

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

Shades of Midnight Blue #0E1965

Tints of Midnight Blue #0E1965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

 BLUE value IS 101 (39.84% from 255) = 72.14%

R = 10%
G = 17.86%
B = 72.14%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0E1965 (or 0x0E1965) is known color: Midnight Blue. HEX triplet: 0E, 19 and 65. RGB value is (14,25,101). Sum of RGB (Red+Green+Blue) = 14+25+101=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 101 (39.84% from 255 or 72.14% from 140); Max value from RGB is 101 - color contains mainly: blue. Hex color #0E1965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1965 is #F1E69A. Grayscale: #1E1E1E. Windows color (decimal): -15853211 or 6625550. OLE color: 6625550.

HSL color Cylindrical-coordinate representation of color #0E1965: hue angle of 232.41º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1965 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 25 101 -
CMYK 0.86 0.75 0 0.60
HSL 232.41º 0.76% 0.23% -
HSV(B) 232.41º 0.86% 0.4% -
XYZ 2.88 1.73 12.49 -
YUV 30.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 14 25 101 0.86 0.75 0 0.60 232.41 0.76 0.23
Hex E 19 65 56 4B 0 3C E8 4C 17
Octal 16 31 145 126 113 0 74 350 114 27
Binary 1110 11001 1100101 1010110 1001011 0 111100 11101000 1001100 10111

Color Harmonies of #0E1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1965

Black with #0E1965

Text Example


Text Example

White with #0E1965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,25,101); }

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

background-color css

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

 a { background-color: rgb(14,25,101); }

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

border-color css

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

 span { border-color: rgb(14,25,101); }

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