Html Css Color HEX #1287AB Cerulean

📋 copy color: '#1287AB'

red 18 ◦ green 135 ◦ blue 171

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

Shades of Cerulean #1287AB

Tints of Cerulean #1287AB

RGB

 RED value IS 18 (7.42% from 255) = 5.56%

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

 BLUE value IS 171 (67.19% from 255) = 52.78%

R = 5.56%
G = 41.67%
B = 52.78%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1287AB (or 0x1287AB) is known color: Cerulean. HEX triplet: 12, 87 and AB. RGB value is (18,135,171). Sum of RGB (Red+Green+Blue) = 18+135+171=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #1287AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1287AB is #ED7854. Grayscale: #676767. Windows color (decimal): -15562837 or 11241234. OLE color: 11241234.

HSL color Cylindrical-coordinate representation of color #1287AB: hue angle of 194.12º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1287AB is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 135 171 -
CMYK 0.89 0.21 0 0.33
HSL 194.12º 0.81% 0.37% -
HSV(B) 194.12º 0.89% 0.67% -
XYZ 16.26 20.4 41.61 -
YUV 104.12 165.74 66.57 -
System Red Green Blue C M Y K H S L
Decimal 18 135 171 0.89 0.21 0 0.33 194.12 0.81 0.37
Hex 12 87 AB 59 15 0 21 C2 51 25
Octal 22 207 253 131 25 0 41 302 121 45
Binary 10010 10000111 10101011 1011001 10101 0 100001 11000010 1010001 100101

Color Harmonies of #1287AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1287AB

Black with #1287AB

Text Example


Text Example

White with #1287AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1287AB; }

 p { color: rgb(18,135,171); }

 H1.HeaderClassName
 {
   color: #1287AB;
 }
 .AnyTagClassName
 {
   color: #1287AB;
 }
</style>

background-color css

<style>
 a { background-color: #1287AB; }

 a { background-color: rgb(18,135,171); }

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

border-color css

<style>
 span { border-color: #1287AB; }

 span { border-color: rgb(18,135,171); }

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