#1F12AB

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

Shades of Ultramarine #1F12AB

Tints of Ultramarine #1F12AB

Color information

#1F12AB (or 0x1F12AB) is unknown color: approx Ultramarine. HEX triplet: 1F, 12 and AB. RGB value is (31,18,171). Sum of RGB (Red+Green+Blue) = 31+18+171=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F12AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F12AB is #E0ED54. Grayscale: #262626. Windows color (decimal): -14740821 or 11211295. OLE color: 11211295.

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

Color convert

RGB3118171-
CMYK0.820.8900.33
HSL245.1º80.95%37.06%-
HSV(B)245.1º89.47%67.06%-
XYZ8.133.6638.81-
YUV39.33202.31122.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.09%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 171 (67.19% from 255) = 77.73%
R=14.09%
G=8.18%
B=77.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31181710.820.8900.33245.180.9537.06
Hex1F12AB5259021f55125
Octal372225312213104136512145
Binary111111001010101011101001010110010100001111101011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F12AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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