#1D248D

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

Shades of Ultramarine #1D248D

Tints of Ultramarine #1D248D

Color information

#1D248D (or 0x1D248D) is unknown color: approx Ultramarine. HEX triplet: 1D, 24 and 8D. RGB value is (29,36,141). Sum of RGB (Red+Green+Blue) = 29+36+141=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D248D is #E2DB72. Grayscale: #2D2D2D. Windows color (decimal): -14867315 or 9249821. OLE color: 9249821.

HSL color Cylindrical-coordinate representation of color #1D248D: hue angle of 236.25º 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 #1D248D is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2936141-
CMYK0.790.7400.45
HSL236.25º65.88%33.33%-
HSV(B)236.25º79.43%55.29%-
XYZ5.953.4525.55-
YUV45.88181.68115.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.08%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 141 (55.47% from 255) = 68.45%
R=14.08%
G=17.48%
B=68.45%

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
Decimal29361410.790.7400.45236.2565.8833.33
Hex1D248D4F4A02Dec4221
Octal354421511711205535410241
Binary1110110010010001101100111110010100101101111011001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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