#1F11AF

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

Shades of Ultramarine #1F11AF

Tints of Ultramarine #1F11AF

Color information

#1F11AF (or 0x1F11AF) is unknown color: approx Ultramarine. HEX triplet: 1F, 11 and AF. RGB value is (31,17,175). Sum of RGB (Red+Green+Blue) = 31+17+175=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 175 (68.75% from 255 or 78.48% from 223); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F11AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F11AF is #E0EE50. Grayscale: #262626. Windows color (decimal): -14741073 or 11473183. OLE color: 11473183.

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

Color convert

RGB3117175-
CMYK0.820.9000.31
HSL245.32º82.29%37.65%-
HSV(B)245.32º90.29%68.63%-
XYZ8.53.7940.84-
YUV39.2204.64122.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 175 (68.75% from 255) = 78.48%
R=13.90%
G=7.62%
B=78.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31171750.820.9000.31245.3282.2937.65
Hex1F11AF525A01Ff55226
Octal372125712213203736512246
Binary11111100011010111110100101011010011111111101011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F11AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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