Html Css Color HEX #0E4D84 Dark Cerulean

📋 copy color: '#0E4D84'

red 14 ◦ green 77 ◦ blue 132

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

Shades of Dark Cerulean #0E4D84

Tints of Dark Cerulean #0E4D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 59.19%

R = 6.28%
G = 34.53%
B = 59.19%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0E4D84 (or 0x0E4D84) is known color: Dark Cerulean. HEX triplet: 0E, 4D and 84. RGB value is (14,77,132). Sum of RGB (Red+Green+Blue) = 14+77+132=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #0E4D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4D84 is #F1B27B. Grayscale: #404040. Windows color (decimal): -15839868 or 8670478. OLE color: 8670478.

HSL color Cylindrical-coordinate representation of color #0E4D84: hue angle of 207.97º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E4D84 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 14 77 132 -
CMYK 0.89 0.42 0 0.48
HSL 207.97º 0.81% 0.29% -
HSV(B) 207.97º 0.89% 0.52% -
XYZ 7 7.07 22.82 -
YUV 64.43 166.13 92.03 -
System Red Green Blue C M Y K H S L
Decimal 14 77 132 0.89 0.42 0 0.48 207.97 0.81 0.29
Hex E 4D 84 59 2A 0 30 D0 51 1D
Octal 16 115 204 131 52 0 60 320 121 35
Binary 1110 1001101 10000100 1011001 101010 0 110000 11010000 1010001 11101

Color Harmonies of #0E4D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4D84

Black with #0E4D84

Text Example


Text Example

White with #0E4D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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