#1F009F

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

Shades of Ultramarine #1F009F

Tints of Ultramarine #1F009F

Color information

#1F009F (or 0x1F009F) is unknown color: approx Ultramarine. HEX triplet: 1F, 00 and 9F. RGB value is (31,0,159). Sum of RGB (Red+Green+Blue) = 31+0+159=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F009F is #E0FF60. Grayscale: #1A1A1A. Windows color (decimal): -14745441 or 10420255. OLE color: 10420255.

HSL color Cylindrical-coordinate representation of color #1F009F: hue angle of 251.7º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F009F is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB310159-
CMYK0.81100.38
HSL251.7º100%31.18%-
HSV(B)251.7º100%62.35%-
XYZ6.822.7932.98-
YUV27.4202.27130.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 83.68%
R=16.32%
G=0%
B=83.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3101590.81100.38251.710031.18
Hex1F09F5164026fc641f
Octal37023712114404637414437
Binary1111101001111110100011100100010011011111100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,0,159); }

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

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

 a { background-color: rgb(31,0,159); }

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

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

 span { border-color: rgb(31,0,159); }

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