#1F0FAF

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

Shades of Ultramarine #1F0FAF

Tints of Ultramarine #1F0FAF

Color information

#1F0FAF (or 0x1F0FAF) is unknown color: approx Ultramarine. HEX triplet: 1F, 0F and AF. RGB value is (31,15,175). Sum of RGB (Red+Green+Blue) = 31+15+175=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F0FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0FAF is #E0F050. Grayscale: #252525. Windows color (decimal): -14741585 or 11472671. OLE color: 11472671.

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

Color convert

RGB3115175-
CMYK0.820.9100.31
HSL246º84.21%37.25%-
HSV(B)246º91.43%68.63%-
XYZ8.473.7340.83-
YUV38.02205.3122.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.03%
GREEN value IS 15 (6.25% from 255) = 6.79%
BLUE value IS 175 (68.75% from 255) = 79.19%
R=14.03%
G=6.79%
B=79.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31151750.820.9100.3124684.2137.25
Hex1FFAF525B01Ff65425
Octal371725712213303736612445
Binary1111111111010111110100101011011011111111101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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