#1D0F9A

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

Shades of Ultramarine #1D0F9A

Tints of Ultramarine #1D0F9A

Color information

#1D0F9A (or 0x1D0F9A) is unknown color: approx Ultramarine. HEX triplet: 1D, 0F and 9A. RGB value is (29,15,154). Sum of RGB (Red+Green+Blue) = 29+15+154=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 154 (60.55% from 255 or 77.78% from 198); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D0F9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0F9A is #E2F065. Grayscale: #222222. Windows color (decimal): -14872678 or 10096413. OLE color: 10096413.

HSL color Cylindrical-coordinate representation of color #1D0F9A: hue angle of 246.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0F9A is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2915154-
CMYK0.810.9000.40
HSL246.04º82.25%33.14%-
HSV(B)246.04º90.26%60.39%-
XYZ6.512.9430.8-
YUV35.03195.14123.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.65%
GREEN value IS 15 (6.25% from 255) = 7.58%
BLUE value IS 154 (60.55% from 255) = 77.78%
R=14.65%
G=7.58%
B=77.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal29151540.810.9000.40246.0482.2533.14
Hex1DF9A515A028f65221
Octal351723212113205036612241
Binary11101111110011010101000110110100101000111101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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