#181A96

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

Shades of Ultramarine #181A96

Tints of Ultramarine #181A96

Color information

#181A96 (or 0x181A96) is unknown color: approx Ultramarine. HEX triplet: 18, 1A and 96. RGB value is (24,26,150). Sum of RGB (Red+Green+Blue) = 24+26+150=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #181A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181A96 is #E7E569. Grayscale: #272727. Windows color (decimal): -15197546 or 9837080. OLE color: 9837080.

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

Color convert

RGB2426150-
CMYK0.840.8300.41
HSL239.05º72.41%34.12%-
HSV(B)239.05º84%58.82%-
XYZ6.253.1329.13-
YUV39.54190.34116.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12%
GREEN value IS 26 (10.55% from 255) = 13%
BLUE value IS 150 (58.98% from 255) = 75%
R=12%
G=13%
B=75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24261500.840.8300.41239.0572.4134.12
Hex181A965453029ef4822
Octal303222612412305135711042
Binary110001101010010110101010010100110101001111011111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181A96; }

 p { color: rgb(24,26,150); }

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

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

 a { background-color: rgb(24,26,150); }

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

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

 span { border-color: rgb(24,26,150); }

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