#1878AA

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

Shades of Cerulean #1878AA

Tints of Cerulean #1878AA

Color information

#1878AA (or 0x1878AA) is unknown color: approx Cerulean. HEX triplet: 18, 78 and AA. RGB value is (24,120,170). Sum of RGB (Red+Green+Blue) = 24+120+170=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #1878AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1878AA is #E78755. Grayscale: #606060. Windows color (decimal): -15173462 or 11171864. OLE color: 11171864.

HSL color Cylindrical-coordinate representation of color #1878AA: hue angle of 200.55º 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 #1878AA is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24120170-
CMYK0.860.2900.33
HSL200.55º75.26%38.04%-
HSV(B)200.55º85.88%66.67%-
XYZ14.3516.5340.46-
YUV97169.275.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.64%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=7.64%
G=38.22%
B=54.14%

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
Decimal241201700.860.2900.33200.5575.2638.04
Hex1878AA561D021c94b26
Octal301702521263504131111346
Binary110001111000101010101010110111010100001110010011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1878AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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