#1F2095

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

Shades of Ultramarine #1F2095

Tints of Ultramarine #1F2095

Color information

#1F2095 (or 0x1F2095) is unknown color: approx Ultramarine. HEX triplet: 1F, 20 and 95. RGB value is (31,32,149). Sum of RGB (Red+Green+Blue) = 31+32+149=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F2095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2095 is #E0DF6A. Grayscale: #2C2C2C. Windows color (decimal): -14737259 or 9773087. OLE color: 9773087.

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

Color convert

RGB3132149-
CMYK0.790.7900.42
HSL239.49º65.56%35.29%-
HSV(B)239.49º79.19%58.43%-
XYZ6.513.4928.77-
YUV45.04186.67117.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 149 (58.59% from 255) = 70.28%
R=14.62%
G=15.09%
B=70.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31321490.790.7900.42239.4965.5635.29
Hex1F20954F4F02Aef4223
Octal374022511711705235710243
Binary1111110000010010101100111110011110101010111011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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