#0E7FA1

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

Shades of Cerulean #0E7FA1

Tints of Cerulean #0E7FA1

Color information

#0E7FA1 (or 0x0E7FA1) is unknown color: approx Cerulean. HEX triplet: 0E, 7F and A1. RGB value is (14,127,161). Sum of RGB (Red+Green+Blue) = 14+127+161=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #0E7FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7FA1 is #F1805E. Grayscale: #606060. Windows color (decimal): -15827039 or 10583822. OLE color: 10583822.

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

Color convert

RGB14127161-
CMYK0.910.2100.37
HSL193.88º84%34.31%-
HSV(B)193.88º91.3%63.14%-
XYZ14.217.8536.41-
YUV97.09164.0668.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.64%
GREEN value IS 127 (50% from 255) = 42.05%
BLUE value IS 161 (63.28% from 255) = 53.31%
R=4.64%
G=42.05%
B=53.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141271610.910.2100.37193.888434.31
HexE7FA15B15025c25422
Octal161772411332504530212442
Binary11101111111101000011011011101010100101110000101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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