#1F1684

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

Shades of Ultramarine #1F1684

Tints of Ultramarine #1F1684

Color information

#1F1684 (or 0x1F1684) is unknown color: approx Ultramarine. HEX triplet: 1F, 16 and 84. RGB value is (31,22,132). Sum of RGB (Red+Green+Blue) = 31+22+132=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F1684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1684 is #E0E97B. Grayscale: #242424. Windows color (decimal): -14739836 or 8656415. OLE color: 8656415.

HSL color Cylindrical-coordinate representation of color #1F1684: hue angle of 244.91º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F1684 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3122132-
CMYK0.770.8300.48
HSL244.91º71.43%30.2%-
HSV(B)244.91º83.33%51.76%-
XYZ5.022.5322.05-
YUV37.23181.48123.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.76%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 132 (51.95% from 255) = 71.35%
R=16.76%
G=11.89%
B=71.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31221320.770.8300.48244.9171.4330.2
Hex1F16844D53030f5471e
Octal372620411512306036510736
Binary11111101101000010010011011010011011000011110101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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