Html Css Color HEX #0E5193 Dark Cerulean

📋 copy color: '#0E5193'

red 14 ◦ green 81 ◦ blue 147

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

Shades of Dark Cerulean #0E5193

Tints of Dark Cerulean #0E5193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 147 (57.81% from 255) = 60.74%

R = 5.79%
G = 33.47%
B = 60.74%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E5193 (or 0x0E5193) is known color: Dark Cerulean. HEX triplet: 0E, 51 and 93. RGB value is (14,81,147). Sum of RGB (Red+Green+Blue) = 14+81+147=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E5193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5193 is #F1AE6C. Grayscale: #444444. Windows color (decimal): -15838829 or 9654542. OLE color: 9654542.

HSL color Cylindrical-coordinate representation of color #0E5193: hue angle of 209.77º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E5193 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 81 147 -
CMYK 0.90 0.45 0 0.42
HSL 209.77º 0.83% 0.32% -
HSV(B) 209.77º 0.9% 0.58% -
XYZ 8.39 8.08 28.72 -
YUV 68.49 172.3 89.13 -
System Red Green Blue C M Y K H S L
Decimal 14 81 147 0.90 0.45 0 0.42 209.77 0.83 0.32
Hex E 51 93 5A 2D 0 2A D2 53 20
Octal 16 121 223 132 55 0 52 322 123 40
Binary 1110 1010001 10010011 1011010 101101 0 101010 11010010 1010011 100000

Color Harmonies of #0E5193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5193

Black with #0E5193

Text Example


Text Example

White with #0E5193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,81,147); }

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

background-color css

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

 a { background-color: rgb(14,81,147); }

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

border-color css

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

 span { border-color: rgb(14,81,147); }

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