#1F12AF

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

Shades of Ultramarine #1F12AF

Tints of Ultramarine #1F12AF

Color information

#1F12AF (or 0x1F12AF) is unknown color: approx Ultramarine. HEX triplet: 1F, 12 and AF. RGB value is (31,18,175). Sum of RGB (Red+Green+Blue) = 31+18+175=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F12AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F12AF is #E0ED50. Grayscale: #272727. Windows color (decimal): -14740817 or 11473439. OLE color: 11473439.

HSL color Cylindrical-coordinate representation of color #1F12AF: hue angle of 244.97º degrees, saturation: 0.81, 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 #1F12AF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3118175-
CMYK0.820.9000.31
HSL244.97º81.35%37.84%-
HSV(B)244.97º89.71%68.63%-
XYZ8.523.8240.85-
YUV39.78204.31121.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.84%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 175 (68.75% from 255) = 78.12%
R=13.84%
G=8.04%
B=78.12%

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
Decimal31181750.820.9000.31244.9781.3537.84
Hex1F12AF525A01Ff55126
Octal372225712213203736512146
Binary11111100101010111110100101011010011111111101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F12AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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