#1D0D97

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

Shades of Ultramarine #1D0D97

Tints of Ultramarine #1D0D97

Color information

#1D0D97 (or 0x1D0D97) is unknown color: approx Ultramarine. HEX triplet: 1D, 0D and 97. RGB value is (29,13,151). Sum of RGB (Red+Green+Blue) = 29+13+151=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 151 (59.38% from 255 or 78.24% from 193); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D0D97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0D97 is #E2F268. Grayscale: #202020. Windows color (decimal): -14873193 or 9899293. OLE color: 9899293.

HSL color Cylindrical-coordinate representation of color #1D0D97: hue angle of 246.96º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0D97 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2913151-
CMYK0.810.9100.41
HSL246.96º84.15%32.16%-
HSV(B)246.96º91.39%59.22%-
XYZ6.242.7829.49-
YUV33.52194.3124.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.03%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 151 (59.38% from 255) = 78.24%
R=15.03%
G=6.74%
B=78.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29131510.810.9100.41246.9684.1532.16
Hex1DD97515B029f75420
Octal351522712113305136712440
Binary11101110110010111101000110110110101001111101111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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