#181395

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

Shades of Ultramarine #181395

Tints of Ultramarine #181395

Color information

#181395 (or 0x181395) is unknown color: approx Ultramarine. HEX triplet: 18, 13 and 95. RGB value is (24,19,149). Sum of RGB (Red+Green+Blue) = 24+19+149=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #181395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181395 is #E7EC6A. Grayscale: #222222. Windows color (decimal): -15199339 or 9769752. OLE color: 9769752.

HSL color Cylindrical-coordinate representation of color #181395: hue angle of 242.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181395 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2419149-
CMYK0.840.8700.42
HSL242.31º77.38%32.94%-
HSV(B)242.31º87.25%58.43%-
XYZ6.032.8328.66-
YUV35.32192.16119.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 149 (58.59% from 255) = 77.60%
R=12.5%
G=9.90%
B=77.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24191490.840.8700.42242.3177.3832.94
Hex181395545702Af24d21
Octal302322512412705236211541
Binary110001001110010101101010010101110101010111100101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181395; }

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

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

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

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

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

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

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

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