#181A98

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

Shades of Ultramarine #181A98

Tints of Ultramarine #181A98

Color information

#181A98 (or 0x181A98) is unknown color: approx Ultramarine. HEX triplet: 18, 1A and 98. RGB value is (24,26,152). Sum of RGB (Red+Green+Blue) = 24+26+152=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #181A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181A98 is #E7E567. Grayscale: #272727. Windows color (decimal): -15197544 or 9968152. OLE color: 9968152.

HSL color Cylindrical-coordinate representation of color #181A98: hue angle of 239.06º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181A98 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2426152-
CMYK0.840.8300.40
HSL239.06º72.73%34.51%-
HSV(B)239.06º84.21%59.61%-
XYZ6.413.229.99-
YUV39.77191.34116.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 152 (59.77% from 255) = 75.25%
R=11.88%
G=12.87%
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.40
SystemRedGreenBlueCMYKHSL
Decimal24261520.840.8300.40239.0672.7334.51
Hex181A985453028ef4923
Octal303223012412305035711143
Binary110001101010011000101010010100110101000111011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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