#1a1899

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

Shades of Ultramarine #1A1899

Tints of Ultramarine #1A1899

Color information

#1A1899 (or 0x1A1899) is unknown color: approx Ultramarine. HEX triplet: 1A, 18 and 99. RGB value is (26,24,153). Sum of RGB (Red+Green+Blue) = 26+24+153=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A1899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A1899 is #E5E766. Grayscale: #262626. Windows color (decimal): -15066983 or 10033178. OLE color: 10033178.

HSL color Cylindrical-coordinate representation of color #1A1899: hue angle of 240.93º 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 #1A1899 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2624153-
CMYK0.830.8400.4
HSL240.93º72.88%34.71%-
HSV(B)240.93º84.31%60%-
XYZ6.53.1730.41-
YUV39.3192.16118.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 153 (60.16% from 255) = 75.37%
R=12.81%
G=11.82%
B=75.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal26241530.830.8400.4240.9372.8834.71
Hex1A18995354028f14923
Octal323023112312405036111143
Binary110101100010011001101001110101000101000111100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a1899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1a1899; }

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

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

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

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

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

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

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

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