#18759D

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

Shades of Cerulean #18759D

Tints of Cerulean #18759D

Color information

#18759D (or 0x18759D) is unknown color: approx Cerulean. HEX triplet: 18, 75 and 9D. RGB value is (24,117,157). Sum of RGB (Red+Green+Blue) = 24+117+157=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #18759D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18759D is #E78A62. Grayscale: #5D5D5D. Windows color (decimal): -15174243 or 10319128. OLE color: 10319128.

HSL color Cylindrical-coordinate representation of color #18759D: hue angle of 198.05º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18759D is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB24117157-
CMYK0.850.2500.38
HSL198.05º73.48%35.49%-
HSV(B)198.05º84.71%61.57%-
XYZ12.8215.3534.19-
YUV93.75163.6978.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.05%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=8.05%
G=39.26%
B=52.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal241171570.850.2500.38198.0573.4835.49
Hex18759D5519026c64923
Octal301652351253104630611143
Binary110001110101100111011010101110010100110110001101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18759D; }

 p { color: rgb(24,117,157); }

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

<style>
 a { background-color: #18759D; }

 a { background-color: rgb(24,117,157); }

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

<style>
 span { border-color: #18759D; }

 span { border-color: rgb(24,117,157); }

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