#1F1E93

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

Shades of Ultramarine #1F1E93

Tints of Ultramarine #1F1E93

Color information

#1F1E93 (or 0x1F1E93) is unknown color: approx Ultramarine. HEX triplet: 1F, 1E and 93. RGB value is (31,30,147). Sum of RGB (Red+Green+Blue) = 31+30+147=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F1E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1E93 is #E0E16C. Grayscale: #2B2B2B. Windows color (decimal): -14737773 or 9641503. OLE color: 9641503.

HSL color Cylindrical-coordinate representation of color #1F1E93: hue angle of 240.51º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F1E93 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3130147-
CMYK0.790.8000.42
HSL240.51º66.1%34.71%-
HSV(B)240.51º79.59%57.65%-
XYZ6.33.3327.91-
YUV43.64186.33118.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.90%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 147 (57.81% from 255) = 70.67%
R=14.90%
G=14.42%
B=70.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31301470.790.8000.42240.5166.134.71
Hex1F1E934F5002Af14223
Octal373622311712005236110243
Binary111111111010010011100111110100000101010111100011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,30,147); }

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

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

 a { background-color: rgb(31,30,147); }

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

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

 span { border-color: rgb(31,30,147); }

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