#1A1D8C

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

Shades of Ultramarine #1A1D8C

Tints of Ultramarine #1A1D8C

Color information

#1A1D8C (or 0x1A1D8C) is unknown color: approx Ultramarine. HEX triplet: 1A, 1D and 8C. RGB value is (26,29,140). Sum of RGB (Red+Green+Blue) = 26+29+140=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A1D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1D8C is #E5E273. Grayscale: #282828. Windows color (decimal): -15065716 or 9182490. OLE color: 9182490.

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

Color convert

RGB2629140-
CMYK0.810.7900.45
HSL238.42º68.67%32.55%-
HSV(B)238.42º81.43%54.9%-
XYZ5.62.9925.09-
YUV40.76184.01117.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 140 (55.08% from 255) = 71.79%
R=13.33%
G=14.87%
B=71.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal26291400.810.7900.45238.4268.6732.55
Hex1A1D8C514F02Dee4521
Octal323521412111705535610541
Binary110101110110001100101000110011110101101111011101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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