#1F1192

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

Shades of Ultramarine #1F1192

Tints of Ultramarine #1F1192

Color information

#1F1192 (or 0x1F1192) is unknown color: approx Ultramarine. HEX triplet: 1F, 11 and 92. RGB value is (31,17,146). Sum of RGB (Red+Green+Blue) = 31+17+146=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F1192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1192 is #E0EE6D. Grayscale: #232323. Windows color (decimal): -14741102 or 9572639. OLE color: 9572639.

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

Color convert

RGB3117146-
CMYK0.790.8800.43
HSL246.51º79.14%31.96%-
HSV(B)246.51º88.36%57.25%-
XYZ5.952.7727.41-
YUV35.89190.14124.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 146 (57.42% from 255) = 75.26%
R=15.98%
G=8.76%
B=75.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31171460.790.8800.43246.5179.1431.96
Hex1F11924F5802Bf74f20
Octal372122211713005336711740
Binary111111000110010010100111110110000101011111101111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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