#0E719D

Color #0E719D Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0E719D

Tints of Cerulean #0E719D

Color information

#0E719D (or 0x0E719D) is unknown color: approx Cerulean. HEX triplet: 0E, 71 and 9D. RGB value is (14,113,157). Sum of RGB (Red+Green+Blue) = 14+113+157=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E719D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E719D is #F18E62. Grayscale: #585858. Windows color (decimal): -15830627 or 10318094. OLE color: 10318094.

HSL color Cylindrical-coordinate representation of color #0E719D: hue angle of 198.46º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E719D is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14113157-
CMYK0.910.2800.38
HSL198.46º83.63%33.53%-
HSV(B)198.46º91.08%61.57%-
XYZ12.1714.3434.02-
YUV88.42166.774.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.93%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 157 (61.72% from 255) = 55.28%
R=4.93%
G=39.79%
B=55.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141131570.910.2800.38198.4683.6333.53
HexE719D5B1C026c65422
Octal161612351333404630612442
Binary11101110001100111011011011111000100110110001101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,113,157); }

 H1.HeaderClassName
 {
   color: #0E719D;
 }
 .AnyTagClassName
 {
   color: #0E719D;
 }
</style>
background-color css

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

 a { background-color: rgb(14,113,157); }

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

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

 span { border-color: rgb(14,113,157); }

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