#1782AC

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

Shades of Cerulean #1782AC

Tints of Cerulean #1782AC

Color information

#1782AC (or 0x1782AC) is unknown color: approx Cerulean. HEX triplet: 17, 82 and AC. RGB value is (23,130,172). Sum of RGB (Red+Green+Blue) = 23+130+172=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #1782AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1782AC is #E87D53. Grayscale: #666666. Windows color (decimal): -15236436 or 11305495. OLE color: 11305495.

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

Color convert

RGB23130172-
CMYK0.870.2400.33
HSL196.91º76.41%38.24%-
HSV(B)196.91º86.63%67.45%-
XYZ15.7819.1341.89-
YUV102.8167.0571.08-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.08%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 172 (67.58% from 255) = 52.92%
R=7.08%
G=40%
B=52.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231301720.870.2400.33196.9176.4138.24
Hex1782AC5718021c54c26
Octal272022541273004130511446
Binary1011110000010101011001010111110000100001110001011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1782AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1782AC; }

 p { color: rgb(23,130,172); }

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

<style>
 a { background-color: #1782AC; }

 a { background-color: rgb(23,130,172); }

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

<style>
 span { border-color: #1782AC; }

 span { border-color: rgb(23,130,172); }

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