#1D09AE

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

Shades of Ultramarine #1D09AE

Tints of Ultramarine #1D09AE

Color information

#1D09AE (or 0x1D09AE) is unknown color: approx Ultramarine. HEX triplet: 1D, 09 and AE. RGB value is (29,9,174). Sum of RGB (Red+Green+Blue) = 29+9+174=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 174 (68.36% from 255 or 82.08% from 212); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D09AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D09AE is #E2F651. Grayscale: #212121. Windows color (decimal): -14874194 or 11405597. OLE color: 11405597.

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

Color convert

RGB299174-
CMYK0.830.9500.32
HSL247.27º90.16%35.88%-
HSV(B)247.27º94.83%68.24%-
XYZ8.243.5140.29-
YUV33.79207.13124.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 174 (68.36% from 255) = 82.08%
R=13.68%
G=4.25%
B=82.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2991740.830.9500.32247.2790.1635.88
Hex1D9AE535F020f75a24
Octal351125612313704036713244
Binary11101100110101110101001110111110100000111101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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