Html Css Color HEX #0E3987 Dark Cerulean

📋 copy color: '#0E3987'

red 14 ◦ green 57 ◦ blue 135

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

Shades of Dark Cerulean #0E3987

Tints of Dark Cerulean #0E3987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

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

R = 6.8%
G = 27.67%
B = 65.53%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E3987 (or 0x0E3987) is known color: Dark Cerulean. HEX triplet: 0E, 39 and 87. RGB value is (14,57,135). Sum of RGB (Red+Green+Blue) = 14+57+135=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E3987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3987 is #F1C678. Grayscale: #343434. Windows color (decimal): -15844985 or 8861966. OLE color: 8861966.

HSL color Cylindrical-coordinate representation of color #0E3987: hue angle of 218.68º 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 #0E3987 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 57 135 -
CMYK 0.90 0.58 0 0.47
HSL 218.68º 0.81% 0.29% -
HSV(B) 218.68º 0.9% 0.53% -
XYZ 6.02 4.77 23.53 -
YUV 53.04 174.25 100.16 -
System Red Green Blue C M Y K H S L
Decimal 14 57 135 0.90 0.58 0 0.47 218.68 0.81 0.29
Hex E 39 87 5A 3A 0 2F DB 51 1D
Octal 16 71 207 132 72 0 57 333 121 35
Binary 1110 111001 10000111 1011010 111010 0 101111 11011011 1010001 11101

Color Harmonies of #0E3987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3987

Black with #0E3987

Text Example


Text Example

White with #0E3987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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