#1F12A0

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

Shades of Ultramarine #1F12A0

Tints of Ultramarine #1F12A0

Color information

#1F12A0 (or 0x1F12A0) is unknown color: approx Ultramarine. HEX triplet: 1F, 12 and A0. RGB value is (31,18,160). Sum of RGB (Red+Green+Blue) = 31+18+160=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F12A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F12A0 is #E0ED5F. Grayscale: #252525. Windows color (decimal): -14740832 or 10490399. OLE color: 10490399.

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

Color convert

RGB3118160-
CMYK0.810.8900.37
HSL245.49º79.78%34.9%-
HSV(B)245.49º88.75%62.75%-
XYZ7.133.2633.51-
YUV38.08196.81122.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.83%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 160 (62.89% from 255) = 76.56%
R=14.83%
G=8.61%
B=76.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31181600.810.8900.37245.4979.7834.9
Hex1F12A05159025f55023
Octal372224012113104536512043
Binary111111001010100000101000110110010100101111101011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F12A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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