#1A169E

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

Shades of Ultramarine #1A169E

Tints of Ultramarine #1A169E

Color information

#1A169E (or 0x1A169E) is unknown color: approx Ultramarine. HEX triplet: 1A, 16 and 9E. RGB value is (26,22,158). Sum of RGB (Red+Green+Blue) = 26+22+158=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #1A169E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1A169E is #E5E961. Grayscale: #262626. Windows color (decimal): -15067490 or 10360346. OLE color: 10360346.

HSL color Cylindrical-coordinate representation of color #1A169E: hue angle of 241.76º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A169E is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2622158-
CMYK0.840.8600.38
HSL241.76º75.56%35.29%-
HSV(B)241.76º86.08%61.96%-
XYZ6.883.2632.61-
YUV38.7195.33118.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.62%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 158 (62.11% from 255) = 76.70%
R=12.62%
G=10.68%
B=76.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26221580.840.8600.38241.7675.5635.29
Hex1A169E5456026f24c23
Octal322623612412604636211443
Binary110101011010011110101010010101100100110111100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,22,158); }

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

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

 a { background-color: rgb(26,22,158); }

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

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

 span { border-color: rgb(26,22,158); }

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