#1D0299

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

Shades of Ultramarine #1D0299

Tints of Ultramarine #1D0299

Color information

#1D0299 (or 0x1D0299) is unknown color: approx Ultramarine. HEX triplet: 1D, 02 and 99. RGB value is (29,2,153). Sum of RGB (Red+Green+Blue) = 29+2+153=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 153 (60.16% from 255 or 83.15% from 184); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D0299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0299 is #E2FD66. Grayscale: #1A1A1A. Windows color (decimal): -14876007 or 10027549. OLE color: 10027549.

HSL color Cylindrical-coordinate representation of color #1D0299: hue angle of 250.73º degrees, saturation: 0.97, 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 #1D0299 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB292153-
CMYK0.810.9900.4
HSL250.73º97.42%30.39%-
HSV(B)250.73º98.69%60%-
XYZ6.282.630.31-
YUV27.29198.95129.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.76%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 153 (60.16% from 255) = 83.15%
R=15.76%
G=1.09%
B=83.15%

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
Decimal2921530.810.9900.4250.7397.4230.39
Hex1D2995163028fb611e
Octal35223112114305037314136
Binary11101101001100110100011100011010100011111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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