#1F1085

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

Shades of Ultramarine #1F1085

Tints of Ultramarine #1F1085

Color information

#1F1085 (or 0x1F1085) is unknown color: approx Ultramarine. HEX triplet: 1F, 10 and 85. RGB value is (31,16,133). Sum of RGB (Red+Green+Blue) = 31+16+133=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1085 is #E0EF7A. Grayscale: #212121. Windows color (decimal): -14741371 or 8720415. OLE color: 8720415.

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

Color convert

RGB3116133-
CMYK0.770.8800.48
HSL247.69º78.52%29.22%-
HSV(B)247.69º87.97%52.16%-
XYZ4.982.3622.38-
YUV33.82183.97125.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.22%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 133 (52.34% from 255) = 73.89%
R=17.22%
G=8.89%
B=73.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31161330.770.8800.48247.6978.5229.22
Hex1F10854D58030f84f1d
Octal372020511513006037011735
Binary11111100001000010110011011011000011000011111000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,133); }

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

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

 a { background-color: rgb(31,16,133); }

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

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

 span { border-color: rgb(31,16,133); }

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