#18139D

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

Shades of Ultramarine #18139D

Tints of Ultramarine #18139D

Color information

#18139D (or 0x18139D) is unknown color: approx Ultramarine. HEX triplet: 18, 13 and 9D. RGB value is (24,19,157). Sum of RGB (Red+Green+Blue) = 24+19+157=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 157 (61.72% from 255 or 78.5% from 200); Max value from RGB is 157 - color contains mainly: blue. Hex color #18139D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18139D is #E7EC62. Grayscale: #232323. Windows color (decimal): -15199331 or 10294040. OLE color: 10294040.

HSL color Cylindrical-coordinate representation of color #18139D: hue angle of 242.17º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18139D is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2419157-
CMYK0.850.8800.38
HSL242.17º78.41%34.51%-
HSV(B)242.17º87.9%61.57%-
XYZ6.73.0932.14-
YUV36.23196.16119.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 157 (61.72% from 255) = 78.5%
R=12%
G=9.5%
B=78.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24191570.850.8800.38242.1778.4134.51
Hex18139D5558026f24e23
Octal302323512513004636211643
Binary110001001110011101101010110110000100110111100101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18139D; }

 p { color: rgb(24,19,157); }

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

<style>
 a { background-color: #18139D; }

 a { background-color: rgb(24,19,157); }

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

<style>
 span { border-color: #18139D; }

 span { border-color: rgb(24,19,157); }

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