Html Css Color HEX #0E7399 Cerulean

📋 copy color: '#0E7399'

red 14 ◦ green 115 ◦ blue 153

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

Shades of Cerulean #0E7399

Tints of Cerulean #0E7399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.78%

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 4.96%
G = 40.78%
B = 54.26%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0E7399 (or 0x0E7399) is known color: Cerulean. HEX triplet: 0E, 73 and 99. RGB value is (14,115,153). Sum of RGB (Red+Green+Blue) = 14+115+153=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E7399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7399 is #F18C66. Grayscale: #585858. Windows color (decimal): -15830119 or 10056462. OLE color: 10056462.

HSL color Cylindrical-coordinate representation of color #0E7399: hue angle of 196.4º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E7399 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 14 115 153 -
CMYK 0.91 0.25 0 0.4
HSL 196.4º 0.83% 0.33% -
HSV(B) 196.4º 0.91% 0.6% -
XYZ 12.06 14.65 32.33 -
YUV 89.13 164.04 74.41 -
System Red Green Blue C M Y K H S L
Decimal 14 115 153 0.91 0.25 0 0.4 196.4 0.83 0.33
Hex E 73 99 5B 19 0 28 C4 53 21
Octal 16 163 231 133 31 0 50 304 123 41
Binary 1110 1110011 10011001 1011011 11001 0 101000 11000100 1010011 100001

Color Harmonies of #0E7399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7399

Black with #0E7399

Text Example


Text Example

White with #0E7399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,115,153); }

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

background-color css

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

 a { background-color: rgb(14,115,153); }

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

border-color css

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

 span { border-color: rgb(14,115,153); }

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