Html Css Color HEX #1281AB Cerulean

📋 copy color: '#1281AB'

red 18 ◦ green 129 ◦ blue 171

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

Shades of Cerulean #1281AB

Tints of Cerulean #1281AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.57%

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

R = 5.66%
G = 40.57%
B = 53.77%

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

#1281AB (or 0x1281AB) is known color: Cerulean. HEX triplet: 12, 81 and AB. RGB value is (18,129,171). Sum of RGB (Red+Green+Blue) = 18+129+171=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #1281AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1281AB is #ED7E54. Grayscale: #646464. Windows color (decimal): -15564373 or 11239698. OLE color: 11239698.

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

Color convert

RGB 18 129 171 -
CMYK 0.89 0.25 0 0.33
HSL 196.47º 0.81% 0.37% -
HSV(B) 196.47º 0.89% 0.67% -
XYZ 15.45 18.77 41.34 -
YUV 100.6 167.73 69.08 -
System Red Green Blue C M Y K H S L
Decimal 18 129 171 0.89 0.25 0 0.33 196.47 0.81 0.37
Hex 12 81 AB 59 19 0 21 C4 51 25
Octal 22 201 253 131 31 0 41 304 121 45
Binary 10010 10000001 10101011 1011001 11001 0 100001 11000100 1010001 100101

Color Harmonies of #1281AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1281AB

Black with #1281AB

Text Example


Text Example

White with #1281AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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