#1275AF

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

Shades of Cerulean #1275AF

Tints of Cerulean #1275AF

Color information

#1275AF (or 0x1275AF) is unknown color: approx Cerulean. HEX triplet: 12, 75 and AF. RGB value is (18,117,175). Sum of RGB (Red+Green+Blue) = 18+117+175=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #1275AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1275AF is #ED8A50. Grayscale: #5D5D5D. Windows color (decimal): -15567441 or 11498770. OLE color: 11498770.

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

Color convert

RGB18117175-
CMYK0.900.3300.31
HSL202.17º81.35%37.84%-
HSV(B)202.17º89.71%68.63%-
XYZ14.3515.9542.88-
YUV94.01173.773.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 175 (68.75% from 255) = 56.45%
R=5.81%
G=37.74%
B=56.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181171750.900.3300.31202.1781.3537.84
Hex1275AF5A2101Fca5126
Octal221652571324103731212146
Binary100101110101101011111011010100001011111110010101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1275AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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