Html Css Color HEX #0E5089 Dark Cerulean

📋 copy color: '#0E5089'

red 14 ◦ green 80 ◦ blue 137

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

Shades of Dark Cerulean #0E5089

Tints of Dark Cerulean #0E5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 137 (53.91% from 255) = 59.31%

R = 6.06%
G = 34.63%
B = 59.31%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0E5089 (or 0x0E5089) is known color: Dark Cerulean. HEX triplet: 0E, 50 and 89. RGB value is (14,80,137). Sum of RGB (Red+Green+Blue) = 14+80+137=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E5089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5089 is #F1AF76. Grayscale: #424242. Windows color (decimal): -15839095 or 8998926. OLE color: 8998926.

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

Color convert

RGB 14 80 137 -
CMYK 0.90 0.42 0 0.46
HSL 207.8º 0.81% 0.3% -
HSV(B) 207.8º 0.9% 0.54% -
XYZ 7.57 7.64 24.74 -
YUV 66.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 14 80 137 0.90 0.42 0 0.46 207.8 0.81 0.3
Hex E 50 89 5A 2A 0 2E D0 51 1E
Octal 16 120 211 132 52 0 56 320 121 36
Binary 1110 1010000 10001001 1011010 101010 0 101110 11010000 1010001 11110

Color Harmonies of #0E5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5089

Black with #0E5089

Text Example


Text Example

White with #0E5089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,80,137); }

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

background-color css

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

 a { background-color: rgb(14,80,137); }

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

border-color css

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

 span { border-color: rgb(14,80,137); }

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