#1878AF

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

Shades of Cerulean #1878AF

Tints of Cerulean #1878AF

Color information

#1878AF (or 0x1878AF) is unknown color: approx Cerulean. HEX triplet: 18, 78 and AF. RGB value is (24,120,175). Sum of RGB (Red+Green+Blue) = 24+120+175=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #1878AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1878AF is #E78750. Grayscale: #616161. Windows color (decimal): -15173457 or 11499544. OLE color: 11499544.

HSL color Cylindrical-coordinate representation of color #1878AF: hue angle of 201.85º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1878AF is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB24120175-
CMYK0.860.3100.31
HSL201.85º75.88%39.02%-
HSV(B)201.85º86.29%68.63%-
XYZ14.8316.7243-
YUV97.57171.775.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.52%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=7.52%
G=37.62%
B=54.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241201750.860.3100.31201.8575.8839.02
Hex1878AF561F01Fca4c27
Octal301702571263703731211447
Binary11000111100010101111101011011111011111110010101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1878AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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