#1D0782

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

Shades of Ultramarine #1D0782

Tints of Ultramarine #1D0782

Color information

#1D0782 (or 0x1D0782) is unknown color: approx Ultramarine. HEX triplet: 1D, 07 and 82. RGB value is (29,7,130). Sum of RGB (Red+Green+Blue) = 29+7+130=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D0782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0782 is #E2F87D. Grayscale: #1B1B1B. Windows color (decimal): -14874750 or 8521501. OLE color: 8521501.

HSL color Cylindrical-coordinate representation of color #1D0782: hue angle of 250.73º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0782 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB297130-
CMYK0.780.9500.49
HSL250.73º89.78%26.86%-
HSV(B)250.73º94.62%50.98%-
XYZ4.612.0221.27-
YUV27.6185.79129-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.47%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 130 (51.17% from 255) = 78.31%
R=17.47%
G=4.22%
B=78.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2971300.780.9500.49250.7389.7826.86
Hex1D7824E5F031fb5a1b
Octal35720211613706137313233
Binary111011111000001010011101011111011000111111011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,7,130); }

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

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

 a { background-color: rgb(29,7,130); }

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

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

 span { border-color: rgb(29,7,130); }

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