#1D0793

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

Shades of Ultramarine #1D0793

Tints of Ultramarine #1D0793

Color information

#1D0793 (or 0x1D0793) is unknown color: approx Ultramarine. HEX triplet: 1D, 07 and 93. RGB value is (29,7,147). Sum of RGB (Red+Green+Blue) = 29+7+147=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D0793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0793 is #E2F86C. Grayscale: #1D1D1D. Windows color (decimal): -14874733 or 9635613. OLE color: 9635613.

HSL color Cylindrical-coordinate representation of color #1D0793: hue angle of 249.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0793 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB297147-
CMYK0.800.9500.42
HSL249.43º90.91%30.2%-
HSV(B)249.43º95.24%57.65%-
XYZ5.852.5227.78-
YUV29.54194.29127.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 147 (57.81% from 255) = 80.33%
R=15.85%
G=3.83%
B=80.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2971470.800.9500.42249.4390.9130.2
Hex1D793505F02Af95b1e
Octal35722312013705237113336
Binary111011111001001110100001011111010101011111001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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