#1487AF

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

Shades of Cerulean #1487AF

Tints of Cerulean #1487AF

Color information

#1487AF (or 0x1487AF) is unknown color: approx Cerulean. HEX triplet: 14, 87 and AF. RGB value is (20,135,175). Sum of RGB (Red+Green+Blue) = 20+135+175=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #1487AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1487AF is #EB7850. Grayscale: #686868. Windows color (decimal): -15431761 or 11503380. OLE color: 11503380.

HSL color Cylindrical-coordinate representation of color #1487AF: hue angle of 195.48º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1487AF is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB20135175-
CMYK0.890.2300.31
HSL195.48º79.49%38.24%-
HSV(B)195.48º88.57%68.63%-
XYZ16.6920.5743.65-
YUV105.18167.467.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.06%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 175 (68.75% from 255) = 53.03%
R=6.06%
G=40.91%
B=53.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201351750.890.2300.31195.4879.4938.24
Hex1487AF591701Fc34f26
Octal242072571312703730311746
Binary101001000011110101111101100110111011111110000111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1487AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1487AF; }

 p { color: rgb(20,135,175); }

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

<style>
 a { background-color: #1487AF; }

 a { background-color: rgb(20,135,175); }

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

<style>
 span { border-color: #1487AF; }

 span { border-color: rgb(20,135,175); }

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