#1571ac

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

Shades of Cerulean #1571AC

Tints of Cerulean #1571AC

Color information

#1571AC (or 0x1571AC) is unknown color: approx Cerulean. HEX triplet: 15, 71 and AC. RGB value is (21,113,172). Sum of RGB (Red+Green+Blue) = 21+113+172=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #1571AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1571AC is #EA8E53. Grayscale: #5B5B5B. Windows color (decimal): -15371860 or 11301141. OLE color: 11301141.

HSL color Cylindrical-coordinate representation of color #1571AC: hue angle of 203.44º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1571AC is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21113172-
CMYK0.880.3400.33
HSL203.44º78.24%37.84%-
HSV(B)203.44º87.79%67.45%-
XYZ13.6614.9541.2-
YUV92.22173.0277.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.86%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=6.86%
G=36.93%
B=56.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211131720.880.3400.33203.4478.2437.84
Hex1571AC5822021cb4e26
Octal251612541304204131311646
Binary1010111100011010110010110001000100100001110010111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1571ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1571ac; }

 p { color: rgb(21,113,172); }

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

<style>
 a { background-color: #1571ac; }

 a { background-color: rgb(21,113,172); }

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

<style>
 span { border-color: #1571ac; }

 span { border-color: rgb(21,113,172); }

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