#0E7FAC

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

Shades of Cerulean #0E7FAC

Tints of Cerulean #0E7FAC

Color information

#0E7FAC (or 0x0E7FAC) is unknown color: approx Cerulean. HEX triplet: 0E, 7F and AC. RGB value is (14,127,172). Sum of RGB (Red+Green+Blue) = 14+127+172=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E7FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7FAC is #F18053. Grayscale: #626262. Windows color (decimal): -15827028 or 11304718. OLE color: 11304718.

HSL color Cylindrical-coordinate representation of color #0E7FAC: hue angle of 197.09º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E7FAC is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14127172-
CMYK0.920.2600.33
HSL197.09º84.95%36.47%-
HSV(B)197.09º91.86%67.45%-
XYZ15.2218.2541.75-
YUV98.34169.5667.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.47%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 172 (67.58% from 255) = 54.95%
R=4.47%
G=40.58%
B=54.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141271720.920.2600.33197.0984.9536.47
HexE7FAC5C1A021c55524
Octal161772541343204130512544
Binary11101111111101011001011100110100100001110001011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,127,172); }

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

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

 a { background-color: rgb(14,127,172); }

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

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

 span { border-color: rgb(14,127,172); }

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