Html Css Color HEX #0E4B78 Dark Cerulean

📋 copy color: '#0E4B78'

red 14 ◦ green 75 ◦ blue 120

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

Shades of Dark Cerulean #0E4B78

Tints of Dark Cerulean #0E4B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.89%

 BLUE value IS 120 (47.27% from 255) = 57.42%

R = 6.7%
G = 35.89%
B = 57.42%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E4B78 (or 0x0E4B78) is known color: Dark Cerulean. HEX triplet: 0E, 4B and 78. RGB value is (14,75,120). Sum of RGB (Red+Green+Blue) = 14+75+120=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E4B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4B78 is #F1B487. Grayscale: #3D3D3D. Windows color (decimal): -15840392 or 7883534. OLE color: 7883534.

HSL color Cylindrical-coordinate representation of color #0E4B78: hue angle of 205.47º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E4B78 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 75 120 -
CMYK 0.88 0.37 0 0.53
HSL 205.47º 0.79% 0.26% -
HSV(B) 205.47º 0.88% 0.47% -
XYZ 6.09 6.48 18.7 -
YUV 61.89 160.79 93.84 -
System Red Green Blue C M Y K H S L
Decimal 14 75 120 0.88 0.37 0 0.53 205.47 0.79 0.26
Hex E 4B 78 58 25 0 35 CD 4F 1A
Octal 16 113 170 130 45 0 65 315 117 32
Binary 1110 1001011 1111000 1011000 100101 0 110101 11001101 1001111 11010

Color Harmonies of #0E4B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4B78

Black with #0E4B78

Text Example


Text Example

White with #0E4B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,75,120); }

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

background-color css

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

 a { background-color: rgb(14,75,120); }

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

border-color css

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

 span { border-color: rgb(14,75,120); }

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