#0e7fc1

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

Shades of Cerulean #0E7FC1

Tints of Cerulean #0E7FC1

Color information

#0E7FC1 (or 0x0E7FC1) is unknown color: approx Cerulean. HEX triplet: 0E, 7F and C1. RGB value is (14,127,193). Sum of RGB (Red+Green+Blue) = 14+127+193=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #0E7FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7FC1 is #F1803E. Grayscale: #646464. Windows color (decimal): -15827007 or 12680974. OLE color: 12680974.

HSL color Cylindrical-coordinate representation of color #0E7FC1: hue angle of 202.12º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7FC1 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14127193-
CMYK0.930.3400.24
HSL202.12º86.47%40.59%-
HSV(B)202.12º92.75%75.69%-
XYZ17.419.1253.23-
YUV100.74180.0666.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.19%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 193 (75.78% from 255) = 57.78%
R=4.19%
G=38.02%
B=57.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141271930.930.3400.24202.1286.4740.59
HexE7FC15D22018ca5629
Octal161773011354203031212651
Binary11101111111110000011011101100010011000110010101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e7fc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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