#1F0FAB

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

Shades of Ultramarine #1F0FAB

Tints of Ultramarine #1F0FAB

Color information

#1F0FAB (or 0x1F0FAB) is unknown color: approx Ultramarine. HEX triplet: 1F, 0F and AB. RGB value is (31,15,171). Sum of RGB (Red+Green+Blue) = 31+15+171=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F0FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0FAB is #E0F054. Grayscale: #242424. Windows color (decimal): -14741589 or 11210527. OLE color: 11210527.

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

Color convert

RGB3115171-
CMYK0.820.9100.33
HSL246.15º83.87%36.47%-
HSV(B)246.15º91.23%67.06%-
XYZ8.093.5738.79-
YUV37.57203.3123.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.29%
GREEN value IS 15 (6.25% from 255) = 6.91%
BLUE value IS 171 (67.19% from 255) = 78.80%
R=14.29%
G=6.91%
B=78.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31151710.820.9100.33246.1583.8736.47
Hex1FFAB525B021f65424
Octal371725312213304136612444
Binary11111111110101011101001010110110100001111101101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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