#181995

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

Shades of Ultramarine #181995

Tints of Ultramarine #181995

Color information

#181995 (or 0x181995) is unknown color: approx Ultramarine. HEX triplet: 18, 19 and 95. RGB value is (24,25,149). Sum of RGB (Red+Green+Blue) = 24+25+149=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #181995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181995 is #E7E66A. Grayscale: #262626. Windows color (decimal): -15197803 or 9771288. OLE color: 9771288.

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

Color convert

RGB2425149-
CMYK0.840.8300.42
HSL239.52º72.25%33.92%-
HSV(B)239.52º83.89%58.43%-
XYZ6.153.0628.7-
YUV38.84190.17117.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 149 (58.59% from 255) = 75.25%
R=12.12%
G=12.63%
B=75.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24251490.840.8300.42239.5272.2533.92
Hex181995545302Af04822
Octal303122512412305236011042
Binary110001100110010101101010010100110101010111100001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181995; }

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

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

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

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

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

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

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

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