Html Css Color HEX #1280AB Cerulean

📋 copy color: '#1280AB'

red 18 ◦ green 128 ◦ blue 171

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

Shades of Cerulean #1280AB

Tints of Cerulean #1280AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

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

R = 5.68%
G = 40.38%
B = 53.94%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1280AB (or 0x1280AB) is known color: Cerulean. HEX triplet: 12, 80 and AB. RGB value is (18,128,171). Sum of RGB (Red+Green+Blue) = 18+128+171=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #1280AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1280AB is #ED7F54. Grayscale: #636363. Windows color (decimal): -15564629 or 11239442. OLE color: 11239442.

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

Color convert

RGB 18 128 171 -
CMYK 0.89 0.25 0 0.33
HSL 196.86º 0.81% 0.37% -
HSV(B) 196.86º 0.89% 0.67% -
XYZ 15.32 18.51 41.29 -
YUV 100.01 168.06 69.5 -
System Red Green Blue C M Y K H S L
Decimal 18 128 171 0.89 0.25 0 0.33 196.86 0.81 0.37
Hex 12 80 AB 59 19 0 21 C5 51 25
Octal 22 200 253 131 31 0 41 305 121 45
Binary 10010 10000000 10101011 1011001 11001 0 100001 11000101 1010001 100101

Color Harmonies of #1280AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1280AB

Black with #1280AB

Text Example


Text Example

White with #1280AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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