#1485AD

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

Shades of Cerulean #1485AD

Tints of Cerulean #1485AD

Color information

#1485AD (or 0x1485AD) is unknown color: approx Cerulean. HEX triplet: 14, 85 and AD. RGB value is (20,133,173). Sum of RGB (Red+Green+Blue) = 20+133+173=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #1485AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1485AD is #EB7A52. Grayscale: #676767. Windows color (decimal): -15432275 or 11371796. OLE color: 11371796.

HSL color Cylindrical-coordinate representation of color #1485AD: hue angle of 195.69º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1485AD is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB20133173-
CMYK0.880.2300.32
HSL195.69º79.27%37.84%-
HSV(B)195.69º88.44%67.84%-
XYZ16.2219.9442.53-
YUV103.77167.0668.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.13%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=6.13%
G=40.80%
B=53.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201331730.880.2300.32195.6979.2737.84
Hex1485AD5817020c44f26
Octal242052551302704030411746
Binary1010010000101101011011011000101110100000110001001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1485AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,133,173); }

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

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

 a { background-color: rgb(20,133,173); }

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

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

 span { border-color: rgb(20,133,173); }

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