#18769C

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

Shades of Cerulean #18769C

Tints of Cerulean #18769C

Color information

#18769C (or 0x18769C) is unknown color: approx Cerulean. HEX triplet: 18, 76 and 9C. RGB value is (24,118,156). Sum of RGB (Red+Green+Blue) = 24+118+156=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #18769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18769C is #E78963. Grayscale: #5D5D5D. Windows color (decimal): -15173988 or 10253848. OLE color: 10253848.

HSL color Cylindrical-coordinate representation of color #18769C: hue angle of 197.27º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18769C is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB24118156-
CMYK0.850.2400.39
HSL197.27º73.33%35.29%-
HSV(B)197.27º84.62%61.18%-
XYZ12.8615.5533.78-
YUV94.23162.8677.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.05%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=8.05%
G=39.60%
B=52.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal241181560.850.2400.39197.2773.3335.29
Hex18769C5518027c54923
Octal301662341253004730511143
Binary110001110110100111001010101110000100111110001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18769C; }

 p { color: rgb(24,118,156); }

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

<style>
 a { background-color: #18769C; }

 a { background-color: rgb(24,118,156); }

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

<style>
 span { border-color: #18769C; }

 span { border-color: rgb(24,118,156); }

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