#1D10A2

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

Shades of Ultramarine #1D10A2

Tints of Ultramarine #1D10A2

Color information

#1D10A2 (or 0x1D10A2) is unknown color: approx Ultramarine. HEX triplet: 1D, 10 and A2. RGB value is (29,16,162). Sum of RGB (Red+Green+Blue) = 29+16+162=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 162 (63.67% from 255 or 78.26% from 207); Max value from RGB is 162 - color contains mainly: blue. Hex color #1D10A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D10A2 is #E2EF5D. Grayscale: #232323. Windows color (decimal): -14872414 or 10620957. OLE color: 10620957.

HSL color Cylindrical-coordinate representation of color #1D10A2: hue angle of 245.34º degrees, saturation: 0.82, 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 #1D10A2 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2916162-
CMYK0.820.9000.36
HSL245.34º82.02%34.9%-
HSV(B)245.34º90.12%63.53%-
XYZ7.213.2434.43-
YUV36.53198.81122.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 162 (63.67% from 255) = 78.26%
R=14.01%
G=7.73%
B=78.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29161620.820.9000.36245.3482.0234.9
Hex1D10A2525A024f55223
Octal352024212213204436512243
Binary111011000010100010101001010110100100100111101011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D10A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,16,162); }

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

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

 a { background-color: rgb(29,16,162); }

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

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

 span { border-color: rgb(29,16,162); }

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