#1d0c7f

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

Shades of Ultramarine #1D0C7F

Tints of Ultramarine #1D0C7F

Color information

#1D0C7F (or 0x1D0C7F) is unknown color: approx Ultramarine. HEX triplet: 1D, 0C and 7F. RGB value is (29,12,127). Sum of RGB (Red+Green+Blue) = 29+12+127=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D0C7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0C7F is #E2F380. Grayscale: #1D1D1D. Windows color (decimal): -14873473 or 8326173. OLE color: 8326173.

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

Color convert

RGB2912127-
CMYK0.770.9100.50
HSL248.87º82.73%27.25%-
HSV(B)248.87º90.55%49.8%-
XYZ4.472.0620.24-
YUV30.19182.63127.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.26%
GREEN value IS 12 (5.08% from 255) = 7.14%
BLUE value IS 127 (50% from 255) = 75.60%
R=17.26%
G=7.14%
B=75.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29121270.770.9100.50248.8782.7327.25
Hex1DC7F4D5B032f9531b
Octal351417711513306237112333
Binary111011100111111110011011011011011001011111001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d0c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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