#1483AB

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

Shades of Cerulean #1483AB

Tints of Cerulean #1483AB

Color information

#1483AB (or 0x1483AB) is unknown color: approx Cerulean. HEX triplet: 14, 83 and AB. RGB value is (20,131,171). Sum of RGB (Red+Green+Blue) = 20+131+171=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #1483AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1483AB is #EB7C54. Grayscale: #666666. Windows color (decimal): -15432789 or 11240212. OLE color: 11240212.

HSL color Cylindrical-coordinate representation of color #1483AB: hue angle of 195.89º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1483AB is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB20131171-
CMYK0.880.2300.33
HSL195.89º79.06%37.45%-
HSV(B)195.89º88.3%67.06%-
XYZ15.7619.3241.43-
YUV102.37166.7369.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.21%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=6.21%
G=40.68%
B=53.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201311710.880.2300.33195.8979.0637.45
Hex1483AB5817021c44f25
Octal242032531302704130411745
Binary1010010000011101010111011000101110100001110001001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1483AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,131,171); }

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

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

 a { background-color: rgb(20,131,171); }

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

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

 span { border-color: rgb(20,131,171); }

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