#1D0D7F

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

Shades of Ultramarine #1D0D7F

Tints of Ultramarine #1D0D7F

Color information

#1D0D7F (or 0x1D0D7F) is unknown color: approx Ultramarine. HEX triplet: 1D, 0D and 7F. RGB value is (29,13,127). Sum of RGB (Red+Green+Blue) = 29+13+127=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D0D7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0D7F is #E2F280. Grayscale: #1E1E1E. Windows color (decimal): -14873217 or 8326429. OLE color: 8326429.

HSL color Cylindrical-coordinate representation of color #1D0D7F: hue angle of 248.42º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0D7F is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2913127-
CMYK0.770.9000.50
HSL248.42º81.43%27.45%-
HSV(B)248.42º89.76%49.8%-
XYZ4.482.0820.24-
YUV30.78182.3126.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.16%
GREEN value IS 13 (5.47% from 255) = 7.69%
BLUE value IS 127 (50% from 255) = 75.15%
R=17.16%
G=7.69%
B=75.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29131270.770.9000.50248.4281.4327.45
Hex1DD7F4D5A032f8511b
Octal351517711513206237012133
Binary111011101111111110011011011010011001011111000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,13,127); }

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

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

 a { background-color: rgb(29,13,127); }

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

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

 span { border-color: rgb(29,13,127); }

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