#1079BB

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

Shades of Cerulean #1079BB

Tints of Cerulean #1079BB

Color information

#1079BB (or 0x1079BB) is unknown color: approx Cerulean. HEX triplet: 10, 79 and BB. RGB value is (16,121,187). Sum of RGB (Red+Green+Blue) = 16+121+187=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #1079BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1079BB is #EF8644. Grayscale: #606060. Windows color (decimal): -15697477 or 12286224. OLE color: 12286224.

HSL color Cylindrical-coordinate representation of color #1079BB: hue angle of 203.16º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1079BB is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16121187-
CMYK0.910.3500.27
HSL203.16º84.24%39.8%-
HSV(B)203.16º91.44%73.33%-
XYZ16.0217.3749.52-
YUV97.13178.7170.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.94%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 187 (73.44% from 255) = 57.72%
R=4.94%
G=37.35%
B=57.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161211870.910.3500.27203.1684.2439.8
Hex1079BB5B2301Bcb5428
Octal201712731334303331312450
Binary100001111001101110111011011100011011011110010111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1079BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1079BB; }

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

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

<style>
 a { background-color: #1079BB; }

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

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

<style>
 span { border-color: #1079BB; }

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

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