#1082AC

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

Shades of Cerulean #1082AC

Tints of Cerulean #1082AC

Color information

#1082AC (or 0x1082AC) is unknown color: approx Cerulean. HEX triplet: 10, 82 and AC. RGB value is (16,130,172). Sum of RGB (Red+Green+Blue) = 16+130+172=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #1082AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1082AC is #EF7D53. Grayscale: #646464. Windows color (decimal): -15695188 or 11305488. OLE color: 11305488.

HSL color Cylindrical-coordinate representation of color #1082AC: hue angle of 196.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1082AC is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16130172-
CMYK0.910.2400.33
HSL196.15º82.98%36.86%-
HSV(B)196.15º90.7%67.45%-
XYZ15.6419.0541.88-
YUV100.7168.2367.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.03%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 172 (67.58% from 255) = 54.09%
R=5.03%
G=40.88%
B=54.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161301720.910.2400.33196.1582.9836.86
Hex1082AC5B18021c45325
Octal202022541333004130412345
Binary1000010000010101011001011011110000100001110001001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1082AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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