#1F0FAC

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

Shades of Ultramarine #1F0FAC

Tints of Ultramarine #1F0FAC

Color information

#1F0FAC (or 0x1F0FAC) is unknown color: approx Ultramarine. HEX triplet: 1F, 0F and AC. RGB value is (31,15,172). Sum of RGB (Red+Green+Blue) = 31+15+172=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F0FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0FAC is #E0F053. Grayscale: #252525. Windows color (decimal): -14741588 or 11276063. OLE color: 11276063.

HSL color Cylindrical-coordinate representation of color #1F0FAC: hue angle of 246.11º 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 #1F0FAC is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3115172-
CMYK0.820.9100.33
HSL246.11º83.96%36.67%-
HSV(B)246.11º91.28%67.45%-
XYZ8.183.6139.3-
YUV37.68203.8123.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.22%
GREEN value IS 15 (6.25% from 255) = 6.88%
BLUE value IS 172 (67.58% from 255) = 78.90%
R=14.22%
G=6.88%
B=78.90%

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
Decimal31151720.820.9100.33246.1183.9636.67
Hex1FFAC525B021f65425
Octal371725412213304136612445
Binary11111111110101100101001010110110100001111101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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