Html Css Color HEX #1487AC Cerulean

📋 copy color: '#1487AC'

red 20 ◦ green 135 ◦ blue 172

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

Shades of Cerulean #1487AC

Tints of Cerulean #1487AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 6.12%
G = 41.28%
B = 52.6%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1487AC (or 0x1487AC) is known color: Cerulean. HEX triplet: 14, 87 and AC. RGB value is (20,135,172). Sum of RGB (Red+Green+Blue) = 20+135+172=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #1487AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1487AC is #EB7853. Grayscale: #686868. Windows color (decimal): -15431764 or 11306772. OLE color: 11306772.

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

Color convert

RGB 20 135 172 -
CMYK 0.88 0.22 0 0.33
HSL 194.61º 0.79% 0.38% -
HSV(B) 194.61º 0.88% 0.67% -
XYZ 16.4 20.46 42.11 -
YUV 104.83 165.9 67.49 -
System Red Green Blue C M Y K H S L
Decimal 20 135 172 0.88 0.22 0 0.33 194.61 0.79 0.38
Hex 14 87 AC 58 16 0 21 C3 4F 26
Octal 24 207 254 130 26 0 41 303 117 46
Binary 10100 10000111 10101100 1011000 10110 0 100001 11000011 1001111 100110

Color Harmonies of #1487AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1487AC

Black with #1487AC

Text Example


Text Example

White with #1487AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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