#1D09AB

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

Shades of Ultramarine #1D09AB

Tints of Ultramarine #1D09AB

Color information

#1D09AB (or 0x1D09AB) is unknown color: approx Ultramarine. HEX triplet: 1D, 09 and AB. RGB value is (29,9,171). Sum of RGB (Red+Green+Blue) = 29+9+171=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D09AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D09AB is #E2F654. Grayscale: #202020. Windows color (decimal): -14874197 or 11208989. OLE color: 11208989.

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

Color convert

RGB299171-
CMYK0.830.9500.33
HSL247.41º90%35.29%-
HSV(B)247.41º94.74%67.06%-
XYZ7.963.438.76-
YUV33.45205.63124.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.88%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 171 (67.19% from 255) = 81.82%
R=13.88%
G=4.31%
B=81.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2991710.830.9500.33247.419035.29
Hex1D9AB535F021f75a23
Octal351125312313704136713243
Binary11101100110101011101001110111110100001111101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D09AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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