#1D0E98

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

Shades of Ultramarine #1D0E98

Tints of Ultramarine #1D0E98

Color information

#1D0E98 (or 0x1D0E98) is unknown color: approx Ultramarine. HEX triplet: 1D, 0E and 98. RGB value is (29,14,152). Sum of RGB (Red+Green+Blue) = 29+14+152=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 152 (59.77% from 255 or 77.95% from 195); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D0E98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0E98 is #E2F167. Grayscale: #212121. Windows color (decimal): -14872936 or 9965085. OLE color: 9965085.

HSL color Cylindrical-coordinate representation of color #1D0E98: hue angle of 246.52º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0E98 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2914152-
CMYK0.810.9100.40
HSL246.52º83.13%32.55%-
HSV(B)246.52º90.79%59.61%-
XYZ6.332.8429.92-
YUV34.22194.47124.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.87%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 152 (59.77% from 255) = 77.95%
R=14.87%
G=7.18%
B=77.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal29141520.810.9100.40246.5283.1332.55
Hex1DE98515B028f75321
Octal351623012113305036712341
Binary11101111010011000101000110110110101000111101111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,14,152); }

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

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

 a { background-color: rgb(29,14,152); }

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

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

 span { border-color: rgb(29,14,152); }

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