#18498A

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

Shades of Dark Cerulean #18498A

Tints of Dark Cerulean #18498A

Color information

#18498A (or 0x18498A) is unknown color: approx Dark Cerulean. HEX triplet: 18, 49 and 8A. RGB value is (24,73,138). Sum of RGB (Red+Green+Blue) = 24+73+138=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #18498A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18498A is #E7B675. Grayscale: #414141. Windows color (decimal): -15185526 or 9062680. OLE color: 9062680.

HSL color Cylindrical-coordinate representation of color #18498A: hue angle of 214.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18498A is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2473138-
CMYK0.830.4700.46
HSL214.21º70.37%31.76%-
HSV(B)214.21º82.61%54.12%-
XYZ7.356.7924.97-
YUV65.76168.7798.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 138 (54.30% from 255) = 58.72%
R=10.21%
G=31.06%
B=58.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24731380.830.4700.46214.2170.3731.76
Hex18498A532F02Ed64620
Octal301112121235705632610640
Binary1100010010011000101010100111011110101110110101101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18498A; }

 p { color: rgb(24,73,138); }

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

<style>
 a { background-color: #18498A; }

 a { background-color: rgb(24,73,138); }

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

<style>
 span { border-color: #18498A; }

 span { border-color: rgb(24,73,138); }

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