#0e79bb

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

Shades of Cerulean #0E79BB

Tints of Cerulean #0E79BB

Color information

#0E79BB (or 0x0E79BB) is unknown color: approx Cerulean. HEX triplet: 0E, 79 and BB. RGB value is (14,121,187). Sum of RGB (Red+Green+Blue) = 14+121+187=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E79BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E79BB is #F18644. Grayscale: #606060. Windows color (decimal): -15828549 or 12286222. OLE color: 12286222.

HSL color Cylindrical-coordinate representation of color #0E79BB: hue angle of 202.89º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E79BB is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14121187-
CMYK0.930.3500.27
HSL202.89º86.07%39.41%-
HSV(B)202.89º92.51%73.33%-
XYZ15.9917.3649.52-
YUV96.53179.0569.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.35%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 187 (73.44% from 255) = 58.07%
R=4.35%
G=37.58%
B=58.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141211870.930.3500.27202.8986.0739.41
HexE79BB5D2301Bcb5627
Octal161712731354303331312647
Binary11101111001101110111011101100011011011110010111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e79bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,121,187); }

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

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

 a { background-color: rgb(14,121,187); }

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

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

 span { border-color: rgb(14,121,187); }

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