#181495

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

Shades of Ultramarine #181495

Tints of Ultramarine #181495

Color information

#181495 (or 0x181495) is unknown color: approx Ultramarine. HEX triplet: 18, 14 and 95. RGB value is (24,20,149). Sum of RGB (Red+Green+Blue) = 24+20+149=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #181495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181495 is #E7EB6A. Grayscale: #232323. Windows color (decimal): -15199083 or 9770008. OLE color: 9770008.

HSL color Cylindrical-coordinate representation of color #181495: hue angle of 241.86º degrees, saturation: 0.76, 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 #181495 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2420149-
CMYK0.840.8700.42
HSL241.86º76.33%33.14%-
HSV(B)241.86º86.58%58.43%-
XYZ6.052.8628.67-
YUV35.9191.83119.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 149 (58.59% from 255) = 77.20%
R=12.44%
G=10.36%
B=77.20%

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
Decimal24201490.840.8700.42241.8676.3333.14
Hex181495545702Af24c21
Octal302422512412705236211441
Binary110001010010010101101010010101110101010111100101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181495; }

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

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

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

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

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

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

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

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