#1272A2

Color #1272A2 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1272A2

Tints of Cerulean #1272A2

Color information

#1272A2 (or 0x1272A2) is unknown color: approx Cerulean. HEX triplet: 12, 72 and A2. RGB value is (18,114,162). Sum of RGB (Red+Green+Blue) = 18+114+162=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #1272A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1272A2 is #ED8D5D. Grayscale: #5A5A5A. Windows color (decimal): -15568222 or 10646034. OLE color: 10646034.

HSL color Cylindrical-coordinate representation of color #1272A2: hue angle of 200º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1272A2 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18114162-
CMYK0.890.3000.36
HSL200º80%35.29%-
HSV(B)200º88.89%63.53%-
XYZ12.7914.7736.36-
YUV90.77168.276.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 162 (63.67% from 255) = 55.10%
R=6.12%
G=38.78%
B=55.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181141620.890.3000.362008035.29
Hex1272A2591E024c85023
Octal221622421313604431012043
Binary100101110010101000101011001111100100100110010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1272A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1272A2; }

 p { color: rgb(18,114,162); }

 H1.HeaderClassName
 {
   color: #1272A2;
 }
 .AnyTagClassName
 {
   color: #1272A2;
 }
</style>
background-color css

<style>
 a { background-color: #1272A2; }

 a { background-color: rgb(18,114,162); }

 div.DivClassName
 {
   background-color: #1272A2;
 }
 .BgClassName
 {
   background-color: #1272A2;
 }
</style>
border-color css

<style>
 span { border-color: #1272A2; }

 span { border-color: rgb(18,114,162); }

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