#1F12AE

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

Shades of Ultramarine #1F12AE

Tints of Ultramarine #1F12AE

Color information

#1F12AE (or 0x1F12AE) is unknown color: approx Ultramarine. HEX triplet: 1F, 12 and AE. RGB value is (31,18,174). Sum of RGB (Red+Green+Blue) = 31+18+174=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F12AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F12AE is #E0ED51. Grayscale: #272727. Windows color (decimal): -14740818 or 11407903. OLE color: 11407903.

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

Color convert

RGB3118174-
CMYK0.820.9000.32
HSL245º81.25%37.65%-
HSV(B)245º89.66%68.24%-
XYZ8.423.7840.33-
YUV39.67203.81121.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 174 (68.36% from 255) = 78.03%
R=13.90%
G=8.07%
B=78.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31181740.820.9000.3224581.2537.65
Hex1F12AE525A020f55126
Octal372225612213204036512146
Binary111111001010101110101001010110100100000111101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F12AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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