#1D098D

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

Shades of Ultramarine #1D098D

Tints of Ultramarine #1D098D

Color information

#1D098D (or 0x1D098D) is unknown color: approx Ultramarine. HEX triplet: 1D, 09 and 8D. RGB value is (29,9,141). Sum of RGB (Red+Green+Blue) = 29+9+141=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D098D is #E2F672. Grayscale: #1D1D1D. Windows color (decimal): -14874227 or 9242909. OLE color: 9242909.

HSL color Cylindrical-coordinate representation of color #1D098D: hue angle of 249.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D098D is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB299141-
CMYK0.790.9400.45
HSL249.09º88%29.41%-
HSV(B)249.09º93.62%55.29%-
XYZ5.412.3825.37-
YUV30.03190.63127.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.20%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 141 (55.47% from 255) = 78.77%
R=16.20%
G=5.03%
B=78.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2991410.790.9400.45249.098829.41
Hex1D98D4F5E02Df9581d
Octal351121511713605537113035
Binary1110110011000110110011111011110010110111111001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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