#1D0F9D

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

Shades of Ultramarine #1D0F9D

Tints of Ultramarine #1D0F9D

Color information

#1D0F9D (or 0x1D0F9D) is unknown color: approx Ultramarine. HEX triplet: 1D, 0F and 9D. RGB value is (29,15,157). Sum of RGB (Red+Green+Blue) = 29+15+157=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D0F9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0F9D is #E2F062. Grayscale: #222222. Windows color (decimal): -14872675 or 10293021. OLE color: 10293021.

HSL color Cylindrical-coordinate representation of color #1D0F9D: hue angle of 245.92º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0F9D is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2915157-
CMYK0.820.9000.38
HSL245.92º82.56%33.73%-
HSV(B)245.92º90.45%61.57%-
XYZ6.763.0432.13-
YUV35.37196.64123.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 15 (6.25% from 255) = 7.46%
BLUE value IS 157 (61.72% from 255) = 78.11%
R=14.43%
G=7.46%
B=78.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal29151570.820.9000.38245.9282.5633.73
Hex1DF9D525A026f65322
Octal351723512213204636612342
Binary11101111110011101101001010110100100110111101101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,15,157); }

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

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

 a { background-color: rgb(29,15,157); }

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

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

 span { border-color: rgb(29,15,157); }

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