Html Css Color HEX #0E4D87 Dark Cerulean

📋 copy color: '#0E4D87'

red 14 ◦ green 77 ◦ blue 135

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

Shades of Dark Cerulean #0E4D87

Tints of Dark Cerulean #0E4D87

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.07%

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

R = 6.19%
G = 34.07%
B = 59.73%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E4D87 (or 0x0E4D87) is known color: Dark Cerulean. HEX triplet: 0E, 4D and 87. RGB value is (14,77,135). Sum of RGB (Red+Green+Blue) = 14+77+135=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E4D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4D87 is #F1B278. Grayscale: #404040. Windows color (decimal): -15839865 or 8867086. OLE color: 8867086.

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

Color convert

RGB 14 77 135 -
CMYK 0.90 0.43 0 0.47
HSL 208.76º 0.81% 0.29% -
HSV(B) 208.76º 0.9% 0.53% -
XYZ 7.21 7.15 23.92 -
YUV 64.78 167.63 91.78 -
System Red Green Blue C M Y K H S L
Decimal 14 77 135 0.90 0.43 0 0.47 208.76 0.81 0.29
Hex E 4D 87 5A 2B 0 2F D1 51 1D
Octal 16 115 207 132 53 0 57 321 121 35
Binary 1110 1001101 10000111 1011010 101011 0 101111 11010001 1010001 11101

Color Harmonies of #0E4D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4D87

Black with #0E4D87

Text Example


Text Example

White with #0E4D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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