#1D1698

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

Shades of Ultramarine #1D1698

Tints of Ultramarine #1D1698

Color information

#1D1698 (or 0x1D1698) is unknown color: approx Ultramarine. HEX triplet: 1D, 16 and 98. RGB value is (29,22,152). Sum of RGB (Red+Green+Blue) = 29+22+152=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D1698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1698 is #E2E967. Grayscale: #262626. Windows color (decimal): -14870888 or 9967133. OLE color: 9967133.

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

Color convert

RGB2922152-
CMYK0.810.8600.40
HSL243.23º74.71%34.12%-
HSV(B)243.23º85.53%59.61%-
XYZ6.463.129.96-
YUV38.91191.82120.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.29%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 152 (59.77% from 255) = 74.88%
R=14.29%
G=10.84%
B=74.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal29221520.810.8600.40243.2374.7134.12
Hex1D16985156028f34b22
Octal352623012112605036311342
Binary111011011010011000101000110101100101000111100111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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