#1272AF

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

Shades of Cerulean #1272AF

Tints of Cerulean #1272AF

Color information

#1272AF (or 0x1272AF) is unknown color: approx Cerulean. HEX triplet: 12, 72 and AF. RGB value is (18,114,175). Sum of RGB (Red+Green+Blue) = 18+114+175=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #1272AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1272AF is #ED8D50. Grayscale: #5B5B5B. Windows color (decimal): -15568209 or 11498002. OLE color: 11498002.

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

Color convert

RGB18114175-
CMYK0.900.3500.31
HSL203.31º81.35%37.84%-
HSV(B)203.31º89.71%68.63%-
XYZ1415.2642.76-
YUV92.25174.775.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.86%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 175 (68.75% from 255) = 57.00%
R=5.86%
G=37.13%
B=57.00%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181141750.900.3500.31203.3181.3537.84
Hex1272AF5A2301Fcb5126
Octal221622571324303731312146
Binary100101110010101011111011010100011011111110010111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1272AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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