#1D0199

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

Shades of Ultramarine #1D0199

Tints of Ultramarine #1D0199

Color information

#1D0199 (or 0x1D0199) is unknown color: approx Ultramarine. HEX triplet: 1D, 01 and 99. RGB value is (29,1,153). Sum of RGB (Red+Green+Blue) = 29+1+153=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 153 (60.16% from 255 or 83.61% from 183); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D0199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0199 is #E2FE66. Grayscale: #1A1A1A. Windows color (decimal): -14876263 or 10027293. OLE color: 10027293.

HSL color Cylindrical-coordinate representation of color #1D0199: hue angle of 251.05º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0199 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB291153-
CMYK0.810.9900.4
HSL251.05º98.7%30.2%-
HSV(B)251.05º99.35%60%-
XYZ6.272.5830.31-
YUV26.7199.28129.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 153 (60.16% from 255) = 83.61%
R=15.85%
G=0.55%
B=83.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2911530.810.9900.4251.0598.730.2
Hex1D1995163028fb631e
Octal35123112114305037314336
Binary1110111001100110100011100011010100011111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,1,153); }

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

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

 a { background-color: rgb(29,1,153); }

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

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

 span { border-color: rgb(29,1,153); }

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