#1D189F

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

Shades of Ultramarine #1D189F

Tints of Ultramarine #1D189F

Color information

#1D189F (or 0x1D189F) is unknown color: approx Ultramarine. HEX triplet: 1D, 18 and 9F. RGB value is (29,24,159). Sum of RGB (Red+Green+Blue) = 29+24+159=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D189F is #E2E760. Grayscale: #282828. Windows color (decimal): -14870369 or 10426397. OLE color: 10426397.

HSL color Cylindrical-coordinate representation of color #1D189F: hue angle of 242.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D189F is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2924159-
CMYK0.820.8500.38
HSL242.22º73.77%35.88%-
HSV(B)242.22º84.91%62.35%-
XYZ7.093.4233.09-
YUV40.89194.66119.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 159 (62.5% from 255) = 75%
R=13.68%
G=11.32%
B=75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal29241590.820.8500.38242.2273.7735.88
Hex1D189F5255026f24a24
Octal353023712212504636211244
Binary111011100010011111101001010101010100110111100101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D189F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,24,159); }

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

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

 a { background-color: rgb(29,24,159); }

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

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

 span { border-color: rgb(29,24,159); }

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