#1F1693

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

Shades of Ultramarine #1F1693

Tints of Ultramarine #1F1693

Color information

#1F1693 (or 0x1F1693) is unknown color: approx Ultramarine. HEX triplet: 1F, 16 and 93. RGB value is (31,22,147). Sum of RGB (Red+Green+Blue) = 31+22+147=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F1693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1693 is #E0E96C. Grayscale: #262626. Windows color (decimal): -14739821 or 9639455. OLE color: 9639455.

HSL color Cylindrical-coordinate representation of color #1F1693: hue angle of 244.32º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F1693 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3122147-
CMYK0.790.8500.42
HSL244.32º73.96%33.14%-
HSV(B)244.32º85.03%57.65%-
XYZ6.122.9727.85-
YUV38.94188.98122.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 147 (57.81% from 255) = 73.5%
R=15.5%
G=11%
B=73.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31221470.790.8500.42244.3273.9633.14
Hex1F16934F5502Af44a21
Octal372622311712505236411241
Binary111111011010010011100111110101010101010111101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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