#1F09A2

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

Shades of Ultramarine #1F09A2

Tints of Ultramarine #1F09A2

Color information

#1F09A2 (or 0x1F09A2) is unknown color: approx Ultramarine. HEX triplet: 1F, 09 and A2. RGB value is (31,9,162). Sum of RGB (Red+Green+Blue) = 31+9+162=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 162 (63.67% from 255 or 80.20% from 202); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F09A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F09A2 is #E0F65D. Grayscale: #202020. Windows color (decimal): -14743134 or 10619167. OLE color: 10619167.

HSL color Cylindrical-coordinate representation of color #1F09A2: hue angle of 248.63º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F09A2 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB319162-
CMYK0.810.9400.36
HSL248.63º89.47%33.53%-
HSV(B)248.63º94.44%63.53%-
XYZ7.183.134.4-
YUV33.02200.79126.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.35%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 162 (63.67% from 255) = 80.20%
R=15.35%
G=4.46%
B=80.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3191620.810.9400.36248.6389.4733.53
Hex1F9A2515E024f95922
Octal371124212113604437113142
Binary11111100110100010101000110111100100100111110011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F09A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,9,162); }

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

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

 a { background-color: rgb(31,9,162); }

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

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

 span { border-color: rgb(31,9,162); }

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