#1271A5

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

Shades of Cerulean #1271A5

Tints of Cerulean #1271A5

Color information

#1271A5 (or 0x1271A5) is unknown color: approx Cerulean. HEX triplet: 12, 71 and A5. RGB value is (18,113,165). Sum of RGB (Red+Green+Blue) = 18+113+165=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 165 (64.84% from 255 or 55.74% from 296); Max value from RGB is 165 - color contains mainly: blue. Hex color #1271A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1271A5 is #ED8E5A. Grayscale: #5A5A5A. Windows color (decimal): -15568475 or 10842386. OLE color: 10842386.

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

Color convert

RGB18113165-
CMYK0.890.3200.35
HSL201.22º80.33%35.88%-
HSV(B)201.22º89.09%64.71%-
XYZ12.9514.6637.74-
YUV90.52170.0376.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 165 (64.84% from 255) = 55.74%
R=6.08%
G=38.18%
B=55.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181131650.890.3200.35201.2280.3335.88
Hex1271A55920023c95024
Octal221612451314004331112044
Binary1001011100011010010110110011000000100011110010011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1271A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1271A5; }

 p { color: rgb(18,113,165); }

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

<style>
 a { background-color: #1271A5; }

 a { background-color: rgb(18,113,165); }

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

<style>
 span { border-color: #1271A5; }

 span { border-color: rgb(18,113,165); }

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