Html Css Color HEX #1284AB Cerulean

📋 copy color: '#1284AB'

red 18 ◦ green 132 ◦ blue 171

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

Shades of Cerulean #1284AB

Tints of Cerulean #1284AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.12%

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

R = 5.61%
G = 41.12%
B = 53.27%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1284AB (or 0x1284AB) is known color: Cerulean. HEX triplet: 12, 84 and AB. RGB value is (18,132,171). Sum of RGB (Red+Green+Blue) = 18+132+171=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #1284AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1284AB is #ED7B54. Grayscale: #666666. Windows color (decimal): -15563605 or 11240466. OLE color: 11240466.

HSL color Cylindrical-coordinate representation of color #1284AB: hue angle of 195.29º 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 #1284AB is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 132 171 -
CMYK 0.89 0.23 0 0.33
HSL 195.29º 0.81% 0.37% -
HSV(B) 195.29º 0.89% 0.67% -
XYZ 15.85 19.57 41.47 -
YUV 102.36 166.73 67.83 -
System Red Green Blue C M Y K H S L
Decimal 18 132 171 0.89 0.23 0 0.33 195.29 0.81 0.37
Hex 12 84 AB 59 17 0 21 C3 51 25
Octal 22 204 253 131 27 0 41 303 121 45
Binary 10010 10000100 10101011 1011001 10111 0 100001 11000011 1010001 100101

Color Harmonies of #1284AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1284AB

Black with #1284AB

Text Example


Text Example

White with #1284AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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