#1F1692

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

Shades of Ultramarine #1F1692

Tints of Ultramarine #1F1692

Color information

#1F1692 (or 0x1F1692) is unknown color: approx Ultramarine. HEX triplet: 1F, 16 and 92. RGB value is (31,22,146). Sum of RGB (Red+Green+Blue) = 31+22+146=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F1692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1692 is #E0E96D. Grayscale: #262626. Windows color (decimal): -14739822 or 9573919. OLE color: 9573919.

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

Color convert

RGB3122146-
CMYK0.790.8500.43
HSL244.35º73.81%32.94%-
HSV(B)244.35º84.93%57.25%-
XYZ6.042.9427.44-
YUV38.83188.48122.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.58%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 146 (57.42% from 255) = 73.37%
R=15.58%
G=11.06%
B=73.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31221460.790.8500.43244.3573.8132.94
Hex1F16924F5502Bf44a21
Octal372622211712505336411241
Binary111111011010010010100111110101010101011111101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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