#1D258D

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

Shades of Ultramarine #1D258D

Tints of Ultramarine #1D258D

Color information

#1D258D (or 0x1D258D) is unknown color: approx Ultramarine. HEX triplet: 1D, 25 and 8D. RGB value is (29,37,141). Sum of RGB (Red+Green+Blue) = 29+37+141=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D258D is #E2DA72. Grayscale: #2E2E2E. Windows color (decimal): -14867059 or 9250077. OLE color: 9250077.

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

Color convert

RGB2937141-
CMYK0.790.7400.45
HSL235.71º65.88%33.33%-
HSV(B)235.71º79.43%55.29%-
XYZ5.983.5125.56-
YUV46.46181.35115.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 141 (55.47% from 255) = 68.12%
R=14.01%
G=17.87%
B=68.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29371410.790.7400.45235.7165.8833.33
Hex1D258D4F4A02Dec4221
Octal354521511711205535410241
Binary1110110010110001101100111110010100101101111011001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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