#18038A

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

Shades of Ultramarine #18038A

Tints of Ultramarine #18038A

Color information

#18038A (or 0x18038A) is unknown color: approx Ultramarine. HEX triplet: 18, 03 and 8A. RGB value is (24,3,138). Sum of RGB (Red+Green+Blue) = 24+3+138=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 138 (54.30% from 255 or 83.64% from 165); Max value from RGB is 138 - color contains mainly: blue. Hex color #18038A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18038A is #E7FC75. Grayscale: #181818. Windows color (decimal): -15203446 or 9044760. OLE color: 9044760.

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

Color convert

RGB243138-
CMYK0.830.9800.46
HSL249.33º95.74%27.65%-
HSV(B)249.33º97.83%54.12%-
XYZ52.0924.19-
YUV24.67191.96127.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 138 (54.30% from 255) = 83.64%
R=14.55%
G=1.82%
B=83.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2431380.830.9800.46249.3395.7427.65
Hex1838A536202Ef9601c
Octal30321212314205637114034
Binary11000111000101010100111100010010111011111001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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