#1273AF

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

Shades of Cerulean #1273AF

Tints of Cerulean #1273AF

Color information

#1273AF (or 0x1273AF) is unknown color: approx Cerulean. HEX triplet: 12, 73 and AF. RGB value is (18,115,175). Sum of RGB (Red+Green+Blue) = 18+115+175=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #1273AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1273AF is #ED8C50. Grayscale: #5C5C5C. Windows color (decimal): -15567953 or 11498258. OLE color: 11498258.

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

Color convert

RGB18115175-
CMYK0.900.3400.31
HSL202.93º81.35%37.84%-
HSV(B)202.93º89.71%68.63%-
XYZ14.1215.4942.8-
YUV92.84174.3674.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=5.84%
G=37.34%
B=56.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181151750.900.3400.31202.9381.3537.84
Hex1273AF5A2201Fcb5126
Octal221632571324203731312146
Binary100101110011101011111011010100010011111110010111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1273AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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