#0E7DB5

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

Shades of Cerulean #0E7DB5

Tints of Cerulean #0E7DB5

Color information

#0E7DB5 (or 0x0E7DB5) is unknown color: approx Cerulean. HEX triplet: 0E, 7D and B5. RGB value is (14,125,181). Sum of RGB (Red+Green+Blue) = 14+125+181=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #0E7DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7DB5 is #F1824A. Grayscale: #616161. Windows color (decimal): -15827531 or 11894030. OLE color: 11894030.

HSL color Cylindrical-coordinate representation of color #0E7DB5: hue angle of 200.12º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E7DB5 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14125181-
CMYK0.920.3100.29
HSL200.12º85.64%38.24%-
HSV(B)200.12º92.27%70.98%-
XYZ15.8618.146.37-
YUV98.2174.7367.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.38%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 181 (71.09% from 255) = 56.56%
R=4.38%
G=39.06%
B=56.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141251810.920.3100.29200.1285.6438.24
HexE7DB55C1F01Dc85626
Octal161752651343703531012646
Binary1110111110110110101101110011111011101110010001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,125,181); }

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

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

 a { background-color: rgb(14,125,181); }

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

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

 span { border-color: rgb(14,125,181); }

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