#1282AD

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

Shades of Cerulean #1282AD

Tints of Cerulean #1282AD

Color information

#1282AD (or 0x1282AD) is unknown color: approx Cerulean. HEX triplet: 12, 82 and AD. RGB value is (18,130,173). Sum of RGB (Red+Green+Blue) = 18+130+173=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #1282AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1282AD is #ED7D52. Grayscale: #656565. Windows color (decimal): -15564115 or 11371026. OLE color: 11371026.

HSL color Cylindrical-coordinate representation of color #1282AD: hue angle of 196.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1282AD is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB18130173-
CMYK0.900.2500.32
HSL196.65º81.15%37.45%-
HSV(B)196.65º89.6%67.84%-
XYZ15.7719.1142.39-
YUV101.41168.3968.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.61%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 173 (67.97% from 255) = 53.89%
R=5.61%
G=40.50%
B=53.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181301730.900.2500.32196.6581.1537.45
Hex1282AD5A19020c55125
Octal222022551323104030512145
Binary1001010000010101011011011010110010100000110001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1282AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1282AD; }

 p { color: rgb(18,130,173); }

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

<style>
 a { background-color: #1282AD; }

 a { background-color: rgb(18,130,173); }

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

<style>
 span { border-color: #1282AD; }

 span { border-color: rgb(18,130,173); }

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