#1D0F7F

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

Shades of Ultramarine #1D0F7F

Tints of Ultramarine #1D0F7F

Color information

#1D0F7F (or 0x1D0F7F) is unknown color: approx Ultramarine. HEX triplet: 1D, 0F and 7F. RGB value is (29,15,127). Sum of RGB (Red+Green+Blue) = 29+15+127=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D0F7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0F7F is #E2F080. Grayscale: #1F1F1F. Windows color (decimal): -14872705 or 8326941. OLE color: 8326941.

HSL color Cylindrical-coordinate representation of color #1D0F7F: hue angle of 247.5º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0F7F is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2915127-
CMYK0.770.8800.50
HSL247.5º78.87%27.84%-
HSV(B)247.5º88.19%49.8%-
XYZ4.512.1420.25-
YUV31.95181.64125.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 127 (50% from 255) = 74.27%
R=16.96%
G=8.77%
B=74.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29151270.770.8800.50247.578.8727.84
Hex1DF7F4D58032f84f1c
Octal351717711513006237011734
Binary111011111111111110011011011000011001011111000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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