Html Css Color HEX #1487AE Cerulean

📋 copy color: '#1487AE'

red 20 ◦ green 135 ◦ blue 174

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

Shades of Cerulean #1487AE

Tints of Cerulean #1487AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 6.08%
G = 41.03%
B = 52.89%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1487AE (or 0x1487AE) is known color: Cerulean. HEX triplet: 14, 87 and AE. RGB value is (20,135,174). Sum of RGB (Red+Green+Blue) = 20+135+174=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #1487AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1487AE is #EB7851. Grayscale: #686868. Windows color (decimal): -15431762 or 11437844. OLE color: 11437844.

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

Color convert

RGB 20 135 174 -
CMYK 0.89 0.22 0 0.32
HSL 195.19º 0.79% 0.38% -
HSV(B) 195.19º 0.89% 0.68% -
XYZ 16.59 20.53 43.13 -
YUV 105.06 166.9 67.33 -
System Red Green Blue C M Y K H S L
Decimal 20 135 174 0.89 0.22 0 0.32 195.19 0.79 0.38
Hex 14 87 AE 59 16 0 20 C3 4F 26
Octal 24 207 256 131 26 0 40 303 117 46
Binary 10100 10000111 10101110 1011001 10110 0 100000 11000011 1001111 100110

Color Harmonies of #1487AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487AE

Black with #1487AE

Text Example


Text Example

White with #1487AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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