Html Css Color HEX #1487AA Cerulean

📋 copy color: '#1487AA'

red 20 ◦ green 135 ◦ blue 170

#1487AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #1487AA

Tints of Cerulean #1487AA

RGB

 RED value IS 20 (8.2% from 255) = 6.15%

 GREEN value IS 135 (53.13% from 255) = 41.54%

 BLUE value IS 170 (66.8% from 255) = 52.31%

R = 6.15%
G = 41.54%
B = 52.31%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1487AA (or 0x1487AA) is known color: Cerulean. HEX triplet: 14, 87 and AA. RGB value is (20,135,170). Sum of RGB (Red+Green+Blue) = 20+135+170=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #1487AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1487AA is #EB7855. Grayscale: #686868. Windows color (decimal): -15431766 or 11175700. OLE color: 11175700.

HSL color Cylindrical-coordinate representation of color #1487AA: hue angle of 194º 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 #1487AA is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 135 170 -
CMYK 0.88 0.21 0 0.33
HSL 194º 0.79% 0.37% -
HSV(B) 194º 0.88% 0.67% -
XYZ 16.21 20.38 41.11 -
YUV 104.61 164.9 67.65 -
System Red Green Blue C M Y K H S L
Decimal 20 135 170 0.88 0.21 0 0.33 194 0.79 0.37
Hex 14 87 AA 58 15 0 21 C2 4F 25
Octal 24 207 252 130 25 0 41 302 117 45
Binary 10100 10000111 10101010 1011000 10101 0 100001 11000010 1001111 100101

Color Harmonies of #1487AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487AA

Black with #1487AA

Text Example


Text Example

White with #1487AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1487AA;
 }
 .AnyTagClassName
 {
   color: #1487AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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