#1f0fa9

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

Shades of Ultramarine #1F0FA9

Tints of Ultramarine #1F0FA9

Color information

#1F0FA9 (or 0x1F0FA9) is unknown color: approx Ultramarine. HEX triplet: 1F, 0F and A9. RGB value is (31,15,169). Sum of RGB (Red+Green+Blue) = 31+15+169=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 169 (66.41% from 255 or 78.60% from 215); Max value from RGB is 169 - color contains mainly: blue. Hex color #1F0FA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0FA9 is #E0F056. Grayscale: #242424. Windows color (decimal): -14741591 or 11079455. OLE color: 11079455.

HSL color Cylindrical-coordinate representation of color #1F0FA9: hue angle of 246.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0FA9 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3115169-
CMYK0.820.9100.34
HSL246.23º83.7%36.08%-
HSV(B)246.23º91.12%66.27%-
XYZ7.93.537.79-
YUV37.34202.3123.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 169 (66.41% from 255) = 78.60%
R=14.42%
G=6.98%
B=78.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal31151690.820.9100.34246.2383.736.08
Hex1FFA9525B022f65424
Octal371725112213304236612444
Binary11111111110101001101001010110110100010111101101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f0fa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,15,169); }

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

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

 a { background-color: rgb(31,15,169); }

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

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

 span { border-color: rgb(31,15,169); }

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