#1D048C

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

Shades of Ultramarine #1D048C

Tints of Ultramarine #1D048C

Color information

#1D048C (or 0x1D048C) is unknown color: approx Ultramarine. HEX triplet: 1D, 04 and 8C. RGB value is (29,4,140). Sum of RGB (Red+Green+Blue) = 29+4+140=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 140 (55.08% from 255 or 80.92% from 173); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D048C is #E2FB73. Grayscale: #1A1A1A. Windows color (decimal): -14875508 or 9176093. OLE color: 9176093.

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

Color convert

RGB294140-
CMYK0.790.9700.45
HSL251.03º94.44%28.24%-
HSV(B)251.03º97.14%54.9%-
XYZ5.282.2424.97-
YUV26.98191.78129.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 140 (55.08% from 255) = 80.92%
R=16.76%
G=2.31%
B=80.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2941400.790.9700.45251.0394.4428.24
Hex1D48C4F6102Dfb5e1c
Octal35421411714105537313634
Binary111011001000110010011111100001010110111111011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,4,140); }

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

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

 a { background-color: rgb(29,4,140); }

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

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

 span { border-color: rgb(29,4,140); }

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