#1F0CAE

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

Shades of Ultramarine #1F0CAE

Tints of Ultramarine #1F0CAE

Color information

#1F0CAE (or 0x1F0CAE) is unknown color: approx Ultramarine. HEX triplet: 1F, 0C and AE. RGB value is (31,12,174). Sum of RGB (Red+Green+Blue) = 31+12+174=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0CAE is #E0F351. Grayscale: #232323. Windows color (decimal): -14742354 or 11406367. OLE color: 11406367.

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

Color convert

RGB3112174-
CMYK0.820.9300.32
HSL247.04º87.1%36.47%-
HSV(B)247.04º93.1%68.24%-
XYZ8.343.6140.3-
YUV36.15205.79124.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.29%
GREEN value IS 12 (5.08% from 255) = 5.53%
BLUE value IS 174 (68.36% from 255) = 80.18%
R=14.29%
G=5.53%
B=80.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31121740.820.9300.32247.0487.136.47
Hex1FCAE525D020f75724
Octal371425612213504036712744
Binary11111110010101110101001010111010100000111101111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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