#18488D

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

Shades of Dark Cerulean #18488D

Tints of Dark Cerulean #18488D

Color information

#18488D (or 0x18488D) is unknown color: approx Dark Cerulean. HEX triplet: 18, 48 and 8D. RGB value is (24,72,141). Sum of RGB (Red+Green+Blue) = 24+72+141=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #18488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18488D is #E7B772. Grayscale: #414141. Windows color (decimal): -15185779 or 9259032. OLE color: 9259032.

HSL color Cylindrical-coordinate representation of color #18488D: hue angle of 215.38º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18488D is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2472141-
CMYK0.830.4900.45
HSL215.38º70.91%32.35%-
HSV(B)215.38º82.98%55.29%-
XYZ7.56.7526.11-
YUV65.51170.698.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.13%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 141 (55.47% from 255) = 59.49%
R=10.13%
G=30.38%
B=59.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24721410.830.4900.45215.3870.9132.35
Hex18488D533102Dd74720
Octal301102151236105532710740
Binary1100010010001000110110100111100010101101110101111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,72,141); }

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

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

 a { background-color: rgb(24,72,141); }

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

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

 span { border-color: rgb(24,72,141); }

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