#1A1D9F

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

Shades of Ultramarine #1A1D9F

Tints of Ultramarine #1A1D9F

Color information

#1A1D9F (or 0x1A1D9F) is unknown color: approx Ultramarine. HEX triplet: 1A, 1D and 9F. RGB value is (26,29,159). Sum of RGB (Red+Green+Blue) = 26+29+159=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A1D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1D9F is #E5E260. Grayscale: #2A2A2A. Windows color (decimal): -15065697 or 10427674. OLE color: 10427674.

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

Color convert

RGB2629159-
CMYK0.840.8200.38
HSL238.65º71.89%36.27%-
HSV(B)238.65º83.65%62.35%-
XYZ7.123.633.12-
YUV42.92193.51115.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 29 (11.72% from 255) = 13.55%
BLUE value IS 159 (62.5% from 255) = 74.30%
R=12.15%
G=13.55%
B=74.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal26291590.840.8200.38238.6571.8936.27
Hex1A1D9F5452026ef4824
Octal323523712412204635711044
Binary110101110110011111101010010100100100110111011111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,29,159); }

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

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

 a { background-color: rgb(26,29,159); }

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

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

 span { border-color: rgb(26,29,159); }

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