Html Css Color HEX #0E3E87 Dark Cerulean

📋 copy color: '#0E3E87'

red 14 ◦ green 62 ◦ blue 135

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

Shades of Dark Cerulean #0E3E87

Tints of Dark Cerulean #0E3E87

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.38%

 BLUE value IS 135 (53.13% from 255) = 63.98%

R = 6.64%
G = 29.38%
B = 63.98%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E3E87 (or 0x0E3E87) is known color: Dark Cerulean. HEX triplet: 0E, 3E and 87. RGB value is (14,62,135). Sum of RGB (Red+Green+Blue) = 14+62+135=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E3E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3E87 is #F1C178. Grayscale: #373737. Windows color (decimal): -15843705 or 8863246. OLE color: 8863246.

HSL color Cylindrical-coordinate representation of color #0E3E87: hue angle of 216.2º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E3E87 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 62 135 -
CMYK 0.90 0.54 0 0.47
HSL 216.2º 0.81% 0.29% -
HSV(B) 216.2º 0.9% 0.53% -
XYZ 6.28 5.29 23.61 -
YUV 55.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 14 62 135 0.90 0.54 0 0.47 216.2 0.81 0.29
Hex E 3E 87 5A 36 0 2F D8 51 1D
Octal 16 76 207 132 66 0 57 330 121 35
Binary 1110 111110 10000111 1011010 110110 0 101111 11011000 1010001 11101

Color Harmonies of #0E3E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3E87

Black with #0E3E87

Text Example


Text Example

White with #0E3E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,62,135); }

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

background-color css

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

 a { background-color: rgb(14,62,135); }

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

border-color css

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

 span { border-color: rgb(14,62,135); }

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