#1273AD

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

Shades of Cerulean #1273AD

Tints of Cerulean #1273AD

Color information

#1273AD (or 0x1273AD) is unknown color: approx Cerulean. HEX triplet: 12, 73 and AD. RGB value is (18,115,173). Sum of RGB (Red+Green+Blue) = 18+115+173=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #1273AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1273AD is #ED8C52. Grayscale: #5C5C5C. Windows color (decimal): -15567955 or 11367186. OLE color: 11367186.

HSL color Cylindrical-coordinate representation of color #1273AD: hue angle of 202.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1273AD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB18115173-
CMYK0.900.3400.32
HSL202.45º81.15%37.45%-
HSV(B)202.45º89.6%67.84%-
XYZ13.9215.4141.78-
YUV92.61173.3674.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.88%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 173 (67.97% from 255) = 56.54%
R=5.88%
G=37.58%
B=56.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal181151730.900.3400.32202.4581.1537.45
Hex1273AD5A22020ca5125
Octal221632551324204031212145
Binary1001011100111010110110110101000100100000110010101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1273AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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