#18048E

Color #18048E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #18048E

Tints of Ultramarine #18048E

Color information

#18048E (or 0x18048E) is unknown color: approx Ultramarine. HEX triplet: 18, 04 and 8E. RGB value is (24,4,142). Sum of RGB (Red+Green+Blue) = 24+4+142=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 142 (55.86% from 255 or 83.53% from 170); Max value from RGB is 142 - color contains mainly: blue. Hex color #18048E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18048E is #E7FB71. Grayscale: #191919. Windows color (decimal): -15203186 or 9307160. OLE color: 9307160.

HSL color Cylindrical-coordinate representation of color #18048E: hue angle of 248.7º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18048E is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB244142-
CMYK0.830.9700.44
HSL248.7º94.52%28.63%-
HSV(B)248.7º97.18%55.69%-
XYZ5.32.2325.74-
YUV25.71193.63126.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 4 (1.95% from 255) = 2.35%
BLUE value IS 142 (55.86% from 255) = 83.53%
R=14.12%
G=2.35%
B=83.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2441420.830.9700.44248.794.5228.63
Hex1848E536102Cf95f1d
Octal30421612314105437113735
Binary110001001000111010100111100001010110011111001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18048E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18048E; }

 p { color: rgb(24,4,142); }

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

<style>
 a { background-color: #18048E; }

 a { background-color: rgb(24,4,142); }

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

<style>
 span { border-color: #18048E; }

 span { border-color: rgb(24,4,142); }

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