#1F1795

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

Shades of Ultramarine #1F1795

Tints of Ultramarine #1F1795

Color information

#1F1795 (or 0x1F1795) is unknown color: approx Ultramarine. HEX triplet: 1F, 17 and 95. RGB value is (31,23,149). Sum of RGB (Red+Green+Blue) = 31+23+149=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F1795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1795 is #E0E86A. Grayscale: #272727. Windows color (decimal): -14739563 or 9770783. OLE color: 9770783.

HSL color Cylindrical-coordinate representation of color #1F1795: hue angle of 243.81º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F1795 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3123149-
CMYK0.790.8500.42
HSL243.81º73.26%33.73%-
HSV(B)243.81º84.56%58.43%-
XYZ6.33.0728.7-
YUV39.76189.65121.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.27%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 149 (58.59% from 255) = 73.40%
R=15.27%
G=11.33%
B=73.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31231490.790.8500.42243.8173.2633.73
Hex1F17954F5502Af44922
Octal372722511712505236411142
Binary111111011110010101100111110101010101010111101001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,149); }

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

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

 a { background-color: rgb(31,23,149); }

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

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

 span { border-color: rgb(31,23,149); }

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