#1879AA

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

Shades of Cerulean #1879AA

Tints of Cerulean #1879AA

Color information

#1879AA (or 0x1879AA) is unknown color: approx Cerulean. HEX triplet: 18, 79 and AA. RGB value is (24,121,170). Sum of RGB (Red+Green+Blue) = 24+121+170=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #1879AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1879AA is #E78655. Grayscale: #616161. Windows color (decimal): -15173206 or 11172120. OLE color: 11172120.

HSL color Cylindrical-coordinate representation of color #1879AA: hue angle of 200.14º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1879AA is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24121170-
CMYK0.860.2900.33
HSL200.14º75.26%38.04%-
HSV(B)200.14º85.88%66.67%-
XYZ14.4716.7740.5-
YUV97.58168.8675.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.62%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=7.62%
G=38.41%
B=53.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241211700.860.2900.33200.1475.2638.04
Hex1879AA561D021c84b26
Octal301712521263504131011346
Binary110001111001101010101010110111010100001110010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1879AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1879AA; }

 p { color: rgb(24,121,170); }

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

<style>
 a { background-color: #1879AA; }

 a { background-color: rgb(24,121,170); }

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

<style>
 span { border-color: #1879AA; }

 span { border-color: rgb(24,121,170); }

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