#1D199E

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

Shades of Ultramarine #1D199E

Tints of Ultramarine #1D199E

Color information

#1D199E (or 0x1D199E) is unknown color: approx Ultramarine. HEX triplet: 1D, 19 and 9E. RGB value is (29,25,158). Sum of RGB (Red+Green+Blue) = 29+25+158=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D199E is #E2E661. Grayscale: #282828. Windows color (decimal): -14870114 or 10361117. OLE color: 10361117.

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

Color convert

RGB2925158-
CMYK0.820.8400.38
HSL241.8º72.68%35.88%-
HSV(B)241.8º84.18%61.96%-
XYZ7.033.4332.64-
YUV41.36193.83119.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 158 (62.11% from 255) = 74.53%
R=13.68%
G=11.79%
B=74.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal29251580.820.8400.38241.872.6835.88
Hex1D199E5254026f24924
Octal353123612212404636211144
Binary111011100110011110101001010101000100110111100101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,25,158); }

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

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

 a { background-color: rgb(29,25,158); }

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

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

 span { border-color: rgb(29,25,158); }

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