#1273A2

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

Shades of Cerulean #1273A2

Tints of Cerulean #1273A2

Color information

#1273A2 (or 0x1273A2) is unknown color: approx Cerulean. HEX triplet: 12, 73 and A2. RGB value is (18,115,162). Sum of RGB (Red+Green+Blue) = 18+115+162=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 162 (63.67% from 255 or 54.92% from 295); Max value from RGB is 162 - color contains mainly: blue. Hex color #1273A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1273A2 is #ED8C5D. Grayscale: #5B5B5B. Windows color (decimal): -15567966 or 10646290. OLE color: 10646290.

HSL color Cylindrical-coordinate representation of color #1273A2: hue angle of 199.58º 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 #1273A2 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18115162-
CMYK0.890.2900.36
HSL199.58º80%35.29%-
HSV(B)199.58º88.89%63.53%-
XYZ12.91536.4-
YUV91.36167.8675.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 162 (63.67% from 255) = 54.92%
R=6.10%
G=38.98%
B=54.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181151620.890.2900.36199.588035.29
Hex1273A2591D024c85023
Octal221632421313504431012043
Binary100101110011101000101011001111010100100110010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1273A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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