#0E7BB2

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

Shades of Cerulean #0E7BB2

Tints of Cerulean #0E7BB2

Color information

#0E7BB2 (or 0x0E7BB2) is unknown color: approx Cerulean. HEX triplet: 0E, 7B and B2. RGB value is (14,123,178). Sum of RGB (Red+Green+Blue) = 14+123+178=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 178 (69.92% from 255 or 56.51% from 315); Max value from RGB is 178 - color contains mainly: blue. Hex color #0E7BB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7BB2 is #F1844D. Grayscale: #606060. Windows color (decimal): -15828046 or 11696910. OLE color: 11696910.

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

Color convert

RGB14123178-
CMYK0.920.3100.30
HSL200.12º85.42%37.65%-
HSV(B)200.12º92.13%69.8%-
XYZ15.317.4744.69-
YUV96.68173.8969.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.44%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 178 (69.92% from 255) = 56.51%
R=4.44%
G=39.05%
B=56.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141231780.920.3100.30200.1285.4237.65
HexE7BB25C1F01Ec85526
Octal161732621343703631012546
Binary1110111101110110010101110011111011110110010001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,123,178); }

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

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

 a { background-color: rgb(14,123,178); }

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

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

 span { border-color: rgb(14,123,178); }

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