#18038B

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

Shades of Ultramarine #18038B

Tints of Ultramarine #18038B

Color information

#18038B (or 0x18038B) is unknown color: approx Ultramarine. HEX triplet: 18, 03 and 8B. RGB value is (24,3,139). Sum of RGB (Red+Green+Blue) = 24+3+139=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #18038B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18038B is #E7FC74. Grayscale: #181818. Windows color (decimal): -15203445 or 9110296. OLE color: 9110296.

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

Color convert

RGB243139-
CMYK0.830.9800.45
HSL249.26º95.77%27.84%-
HSV(B)249.26º97.84%54.51%-
XYZ5.072.1224.57-
YUV24.78192.46127.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 139 (54.69% from 255) = 83.73%
R=14.46%
G=1.81%
B=83.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2431390.830.9800.45249.2695.7727.84
Hex1838B536202Df9601c
Octal30321312314205537114034
Binary11000111000101110100111100010010110111111001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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