#1272A5

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

Shades of Cerulean #1272A5

Tints of Cerulean #1272A5

Color information

#1272A5 (or 0x1272A5) is unknown color: approx Cerulean. HEX triplet: 12, 72 and A5. RGB value is (18,114,165). Sum of RGB (Red+Green+Blue) = 18+114+165=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 165 (64.84% from 255 or 55.56% from 297); Max value from RGB is 165 - color contains mainly: blue. Hex color #1272A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1272A5 is #ED8D5A. Grayscale: #5A5A5A. Windows color (decimal): -15568219 or 10842642. OLE color: 10842642.

HSL color Cylindrical-coordinate representation of color #1272A5: hue angle of 200.82º 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 #1272A5 is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB18114165-
CMYK0.890.3100.35
HSL200.82º80.33%35.88%-
HSV(B)200.82º89.09%64.71%-
XYZ13.0614.8837.78-
YUV91.11169.775.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 165 (64.84% from 255) = 55.56%
R=6.06%
G=38.38%
B=55.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181141650.890.3100.35200.8280.3335.88
Hex1272A5591F023c95024
Octal221622451313704331112044
Binary100101110010101001011011001111110100011110010011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1272A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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