Html Css Color HEX #0E5096 Dark Cerulean

📋 copy color: '#0E5096'

red 14 ◦ green 80 ◦ blue 150

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

Shades of Dark Cerulean #0E5096

Tints of Dark Cerulean #0E5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.48%

R = 5.74%
G = 32.79%
B = 61.48%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0E5096 (or 0x0E5096) is known color: Dark Cerulean. HEX triplet: 0E, 50 and 96. RGB value is (14,80,150). Sum of RGB (Red+Green+Blue) = 14+80+150=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #0E5096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5096 is #F1AF69. Grayscale: #434343. Windows color (decimal): -15839082 or 9850894. OLE color: 9850894.

HSL color Cylindrical-coordinate representation of color #0E5096: hue angle of 210.88º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5096 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 14 80 150 -
CMYK 0.91 0.47 0 0.41
HSL 210.88º 0.83% 0.32% -
HSV(B) 210.88º 0.91% 0.59% -
XYZ 8.55 8.03 29.95 -
YUV 68.25 174.13 89.31 -
System Red Green Blue C M Y K H S L
Decimal 14 80 150 0.91 0.47 0 0.41 210.88 0.83 0.32
Hex E 50 96 5B 2F 0 29 D3 53 20
Octal 16 120 226 133 57 0 51 323 123 40
Binary 1110 1010000 10010110 1011011 101111 0 101001 11010011 1010011 100000

Color Harmonies of #0E5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5096

Black with #0E5096

Text Example


Text Example

White with #0E5096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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