#1A11A4

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

Shades of Ultramarine #1A11A4

Tints of Ultramarine #1A11A4

Color information

#1A11A4 (or 0x1A11A4) is unknown color: approx Ultramarine. HEX triplet: 1A, 11 and A4. RGB value is (26,17,164). Sum of RGB (Red+Green+Blue) = 26+17+164=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 164 (64.45% from 255 or 79.23% from 207); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A11A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A11A4 is #E5EE5B. Grayscale: #232323. Windows color (decimal): -15068764 or 10752282. OLE color: 10752282.

HSL color Cylindrical-coordinate representation of color #1A11A4: hue angle of 243.67º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A11A4 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2617164-
CMYK0.840.9000.36
HSL243.67º81.22%35.49%-
HSV(B)243.67º89.63%64.31%-
XYZ7.333.335.37-
YUV36.45199.98120.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 164 (64.45% from 255) = 79.23%
R=12.56%
G=8.21%
B=79.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26171640.840.9000.36243.6781.2235.49
Hex1A11A4545A024f45123
Octal322124412413204436412143
Binary110101000110100100101010010110100100100111101001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A11A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,164); }

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

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

 a { background-color: rgb(26,17,164); }

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

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

 span { border-color: rgb(26,17,164); }

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