#1082BB

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

Shades of Cerulean #1082BB

Tints of Cerulean #1082BB

Color information

#1082BB (or 0x1082BB) is unknown color: approx Cerulean. HEX triplet: 10, 82 and BB. RGB value is (16,130,187). Sum of RGB (Red+Green+Blue) = 16+130+187=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #1082BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1082BB is #EF7D44. Grayscale: #666666. Windows color (decimal): -15695173 or 12288528. OLE color: 12288528.

HSL color Cylindrical-coordinate representation of color #1082BB: hue angle of 200º 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 #1082BB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16130187-
CMYK0.910.3000.27
HSL200º84.24%39.8%-
HSV(B)200º91.44%73.33%-
XYZ17.1719.6649.9-
YUV102.41175.7366.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.80%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 187 (73.44% from 255) = 56.16%
R=4.80%
G=39.04%
B=56.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161301870.910.3000.2720084.2439.8
Hex1082BB5B1E01Bc85428
Octal202022731333603331012450
Binary100001000001010111011101101111110011011110010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1082BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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