Html Css Color HEX #1280AA Cerulean

📋 copy color: '#1280AA'

red 18 ◦ green 128 ◦ blue 170

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

Shades of Cerulean #1280AA

Tints of Cerulean #1280AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 5.7%
G = 40.51%
B = 53.8%

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

#1280AA (or 0x1280AA) is known color: Cerulean. HEX triplet: 12, 80 and AA. RGB value is (18,128,170). Sum of RGB (Red+Green+Blue) = 18+128+170=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #1280AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1280AA is #ED7F55. Grayscale: #636363. Windows color (decimal): -15564630 or 11173906. OLE color: 11173906.

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

Color convert

RGB 18 128 170 -
CMYK 0.89 0.25 0 0.33
HSL 196.58º 0.81% 0.37% -
HSV(B) 196.58º 0.89% 0.67% -
XYZ 15.22 18.47 40.79 -
YUV 99.9 167.56 69.58 -
System Red Green Blue C M Y K H S L
Decimal 18 128 170 0.89 0.25 0 0.33 196.58 0.81 0.37
Hex 12 80 AA 59 19 0 21 C5 51 25
Octal 22 200 252 131 31 0 41 305 121 45
Binary 10010 10000000 10101010 1011001 11001 0 100001 11000101 1010001 100101

Color Harmonies of #1280AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1280AA

Black with #1280AA

Text Example


Text Example

White with #1280AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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