#1D0DA5

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

Shades of Ultramarine #1D0DA5

Tints of Ultramarine #1D0DA5

Color information

#1D0DA5 (or 0x1D0DA5) is unknown color: approx Ultramarine. HEX triplet: 1D, 0D and A5. RGB value is (29,13,165). Sum of RGB (Red+Green+Blue) = 29+13+165=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 165 (64.84% from 255 or 79.71% from 207); Max value from RGB is 165 - color contains mainly: blue. Hex color #1D0DA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0DA5 is #E2F25A. Grayscale: #222222. Windows color (decimal): -14873179 or 10816797. OLE color: 10816797.

HSL color Cylindrical-coordinate representation of color #1D0DA5: hue angle of 246.32º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0DA5 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2913165-
CMYK0.820.9200.35
HSL246.32º85.39%34.9%-
HSV(B)246.32º92.12%64.71%-
XYZ7.443.2735.84-
YUV35.11201.3123.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 13 (5.47% from 255) = 6.28%
BLUE value IS 165 (64.84% from 255) = 79.71%
R=14.01%
G=6.28%
B=79.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29131650.820.9200.35246.3285.3934.9
Hex1DDA5525C023f65523
Octal351524512213404336612543
Binary11101110110100101101001010111000100011111101101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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