#1D04AD

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

Shades of Ultramarine #1D04AD

Tints of Ultramarine #1D04AD

Color information

#1D04AD (or 0x1D04AD) is unknown color: approx Ultramarine. HEX triplet: 1D, 04 and AD. RGB value is (29,4,173). Sum of RGB (Red+Green+Blue) = 29+4+173=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D04AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D04AD is #E2FB52. Grayscale: #1E1E1E. Windows color (decimal): -14875475 or 11338781. OLE color: 11338781.

HSL color Cylindrical-coordinate representation of color #1D04AD: hue angle of 248.88º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D04AD is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB294173-
CMYK0.830.9800.32
HSL248.88º95.48%34.71%-
HSV(B)248.88º97.69%67.84%-
XYZ8.093.3739.76-
YUV30.74208.28126.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.08%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 173 (67.97% from 255) = 83.98%
R=14.08%
G=1.94%
B=83.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2941730.830.9800.32248.8895.4834.71
Hex1D4AD5362020f95f23
Octal35425512314204037113743
Binary1110110010101101101001111000100100000111110011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D04AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,4,173); }

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

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

 a { background-color: rgb(29,4,173); }

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

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

 span { border-color: rgb(29,4,173); }

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