#1882A5

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

Shades of Cerulean #1882A5

Tints of Cerulean #1882A5

Color information

#1882A5 (or 0x1882A5) is unknown color: approx Cerulean. HEX triplet: 18, 82 and A5. RGB value is (24,130,165). Sum of RGB (Red+Green+Blue) = 24+130+165=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #1882A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1882A5 is #E77D5A. Grayscale: #666666. Windows color (decimal): -15170907 or 10846744. OLE color: 10846744.

HSL color Cylindrical-coordinate representation of color #1882A5: hue angle of 194.89º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1882A5 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB24130165-
CMYK0.850.2100.35
HSL194.89º74.6%37.06%-
HSV(B)194.89º85.45%64.71%-
XYZ15.1518.8838.44-
YUV102.3163.3872.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.52%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 165 (64.84% from 255) = 51.72%
R=7.52%
G=40.75%
B=51.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241301650.850.2100.35194.8974.637.06
Hex1882A55515023c34b25
Octal302022451252504330311345
Binary1100010000010101001011010101101010100011110000111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1882A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,130,165); }

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

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

 a { background-color: rgb(24,130,165); }

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

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

 span { border-color: rgb(24,130,165); }

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