#1F0492

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

Shades of Ultramarine #1F0492

Tints of Ultramarine #1F0492

Color information

#1F0492 (or 0x1F0492) is unknown color: approx Ultramarine. HEX triplet: 1F, 04 and 92. RGB value is (31,4,146). Sum of RGB (Red+Green+Blue) = 31+4+146=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 146 (57.42% from 255 or 80.66% from 181); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F0492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0492 is #E0FB6D. Grayscale: #1B1B1B. Windows color (decimal): -14744430 or 9569311. OLE color: 9569311.

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

Color convert

RGB314146-
CMYK0.790.9700.43
HSL251.41º94.67%29.41%-
HSV(B)251.41º97.26%57.25%-
XYZ5.82.4527.36-
YUV28.26194.45129.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.13%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 146 (57.42% from 255) = 80.66%
R=17.13%
G=2.21%
B=80.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3141460.790.9700.43251.4194.6729.41
Hex1F4924F6102Bfb5f1d
Octal37422211714105337313735
Binary111111001001001010011111100001010101111111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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