#1D0FAC

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

Shades of Ultramarine #1D0FAC

Tints of Ultramarine #1D0FAC

Color information

#1D0FAC (or 0x1D0FAC) is unknown color: approx Ultramarine. HEX triplet: 1D, 0F and AC. RGB value is (29,15,172). Sum of RGB (Red+Green+Blue) = 29+15+172=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D0FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0FAC is #E2F053. Grayscale: #242424. Windows color (decimal): -14872660 or 11276061. OLE color: 11276061.

HSL color Cylindrical-coordinate representation of color #1D0FAC: hue angle of 245.35º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0FAC is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2915172-
CMYK0.830.9100.33
HSL245.35º83.96%36.67%-
HSV(B)245.35º91.28%67.45%-
XYZ8.123.5839.29-
YUV37.08204.14122.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.43%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 172 (67.58% from 255) = 79.63%
R=13.43%
G=6.94%
B=79.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal29151720.830.9100.33245.3583.9636.67
Hex1DFAC535B021f55425
Octal351725412313304136512445
Binary11101111110101100101001110110110100001111101011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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