#1A1D8D

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

Shades of Ultramarine #1A1D8D

Tints of Ultramarine #1A1D8D

Color information

#1A1D8D (or 0x1A1D8D) is unknown color: approx Ultramarine. HEX triplet: 1A, 1D and 8D. RGB value is (26,29,141). Sum of RGB (Red+Green+Blue) = 26+29+141=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A1D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1D8D is #E5E272. Grayscale: #282828. Windows color (decimal): -15065715 or 9248026. OLE color: 9248026.

HSL color Cylindrical-coordinate representation of color #1A1D8D: hue angle of 238.43º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A1D8D is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2629141-
CMYK0.820.7900.45
HSL238.43º68.86%32.75%-
HSV(B)238.43º81.56%55.29%-
XYZ5.673.0225.48-
YUV40.87184.51117.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 141 (55.47% from 255) = 71.94%
R=13.27%
G=14.80%
B=71.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26291410.820.7900.45238.4368.8632.75
Hex1A1D8D524F02Dee4521
Octal323521512211705535610541
Binary110101110110001101101001010011110101101111011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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