#1D02AE

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

Shades of Ultramarine #1D02AE

Tints of Ultramarine #1D02AE

Color information

#1D02AE (or 0x1D02AE) is unknown color: approx Ultramarine. HEX triplet: 1D, 02 and AE. RGB value is (29,2,174). Sum of RGB (Red+Green+Blue) = 29+2+174=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D02AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D02AE is #E2FD51. Grayscale: #1D1D1D. Windows color (decimal): -14875986 or 11403805. OLE color: 11403805.

HSL color Cylindrical-coordinate representation of color #1D02AE: hue angle of 249.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D02AE is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB292174-
CMYK0.830.9900.32
HSL249.42º97.73%34.51%-
HSV(B)249.42º98.85%68.24%-
XYZ8.173.3640.26-
YUV29.68209.45127.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.15%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 174 (68.36% from 255) = 84.88%
R=14.15%
G=0.98%
B=84.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2921740.830.9900.32249.4297.7334.51
Hex1D2AE5363020f96223
Octal35225612314304037114243
Binary111011010101110101001111000110100000111110011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D02AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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