#1F0E99

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

Shades of Ultramarine #1F0E99

Tints of Ultramarine #1F0E99

Color information

#1F0E99 (or 0x1F0E99) is unknown color: approx Ultramarine. HEX triplet: 1F, 0E and 99. RGB value is (31,14,153). Sum of RGB (Red+Green+Blue) = 31+14+153=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 153 (60.16% from 255 or 77.27% from 198); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F0E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0E99 is #E0F166. Grayscale: #222222. Windows color (decimal): -14741863 or 10030623. OLE color: 10030623.

HSL color Cylindrical-coordinate representation of color #1F0E99: hue angle of 247.34º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0E99 is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3114153-
CMYK0.800.9100.4
HSL247.34º83.23%32.75%-
HSV(B)247.34º90.85%60%-
XYZ6.472.9130.36-
YUV34.93194.63125.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.66%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 153 (60.16% from 255) = 77.27%
R=15.66%
G=7.07%
B=77.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal31141530.800.9100.4247.3483.2332.75
Hex1FE99505B028f75321
Octal371623112013305036712341
Binary11111111010011001101000010110110101000111101111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,14,153); }

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

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

 a { background-color: rgb(31,14,153); }

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

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

 span { border-color: rgb(31,14,153); }

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