Html Css Color HEX #1281AC Cerulean

📋 copy color: '#1281AC'

red 18 ◦ green 129 ◦ blue 172

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

Shades of Cerulean #1281AC

Tints of Cerulean #1281AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 5.64%
G = 40.44%
B = 53.92%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1281AC (or 0x1281AC) is known color: Cerulean. HEX triplet: 12, 81 and AC. RGB value is (18,129,172). Sum of RGB (Red+Green+Blue) = 18+129+172=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #1281AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1281AC is #ED7E53. Grayscale: #646464. Windows color (decimal): -15564372 or 11305234. OLE color: 11305234.

HSL color Cylindrical-coordinate representation of color #1281AC: hue angle of 196.75º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1281AC is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 129 172 -
CMYK 0.90 0.25 0 0.33
HSL 196.75º 0.81% 0.37% -
HSV(B) 196.75º 0.9% 0.67% -
XYZ 15.55 18.81 41.84 -
YUV 100.71 168.23 69 -
System Red Green Blue C M Y K H S L
Decimal 18 129 172 0.90 0.25 0 0.33 196.75 0.81 0.37
Hex 12 81 AC 5A 19 0 21 C5 51 25
Octal 22 201 254 132 31 0 41 305 121 45
Binary 10010 10000001 10101100 1011010 11001 0 100001 11000101 1010001 100101

Color Harmonies of #1281AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1281AC

Black with #1281AC

Text Example


Text Example

White with #1281AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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