#1082AB

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

Shades of Cerulean #1082AB

Tints of Cerulean #1082AB

Color information

#1082AB (or 0x1082AB) is unknown color: approx Cerulean. HEX triplet: 10, 82 and AB. RGB value is (16,130,171). Sum of RGB (Red+Green+Blue) = 16+130+171=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #1082AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1082AB is #EF7D54. Grayscale: #646464. Windows color (decimal): -15695189 or 11239952. OLE color: 11239952.

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

Color convert

RGB16130171-
CMYK0.910.2400.33
HSL195.87º82.89%36.67%-
HSV(B)195.87º90.64%67.06%-
XYZ15.5519.0241.38-
YUV100.59167.7367.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.05%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=5.05%
G=41.01%
B=53.94%

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
Decimal161301710.910.2400.33195.8782.8936.67
Hex1082AB5B18021c45325
Octal202022531333004130412345
Binary1000010000010101010111011011110000100001110001001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1082AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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