#1F07AE

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

Shades of Ultramarine #1F07AE

Tints of Ultramarine #1F07AE

Color information

#1F07AE (or 0x1F07AE) is unknown color: approx Ultramarine. HEX triplet: 1F, 07 and AE. RGB value is (31,7,174). Sum of RGB (Red+Green+Blue) = 31+7+174=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 174 (68.36% from 255 or 82.08% from 212); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F07AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F07AE is #E0F851. Grayscale: #202020. Windows color (decimal): -14743634 or 11405087. OLE color: 11405087.

HSL color Cylindrical-coordinate representation of color #1F07AE: hue angle of 248.62º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F07AE is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB317174-
CMYK0.820.9600.32
HSL248.62º92.27%35.49%-
HSV(B)248.62º95.98%68.24%-
XYZ8.283.540.28-
YUV33.21207.45126.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 7 (3.12% from 255) = 3.30%
BLUE value IS 174 (68.36% from 255) = 82.08%
R=14.62%
G=3.30%
B=82.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3171740.820.9600.32248.6292.2735.49
Hex1F7AE5260020f95c23
Octal37725612214004037113443
Binary1111111110101110101001011000000100000111110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F07AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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