#18039E

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

Shades of Ultramarine #18039E

Tints of Ultramarine #18039E

Color information

#18039E (or 0x18039E) is unknown color: approx Ultramarine. HEX triplet: 18, 03 and 9E. RGB value is (24,3,158). Sum of RGB (Red+Green+Blue) = 24+3+158=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 158 (62.11% from 255 or 85.41% from 185); Max value from RGB is 158 - color contains mainly: blue. Hex color #18039E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18039E is #E7FC61. Grayscale: #1A1A1A. Windows color (decimal): -15203426 or 10355480. OLE color: 10355480.

HSL color Cylindrical-coordinate representation of color #18039E: hue angle of 248.13º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18039E is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB243158-
CMYK0.850.9800.38
HSL248.13º96.27%31.57%-
HSV(B)248.13º98.1%61.96%-
XYZ6.582.7332.53-
YUV26.95201.96125.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 158 (62.11% from 255) = 85.41%
R=12.97%
G=1.62%
B=85.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2431580.850.9800.38248.1396.2731.57
Hex1839E5562026f86020
Octal30323612514204637014040
Binary110001110011110101010111000100100110111110001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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