#1F0596

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

Shades of Ultramarine #1F0596

Tints of Ultramarine #1F0596

Color information

#1F0596 (or 0x1F0596) is unknown color: approx Ultramarine. HEX triplet: 1F, 05 and 96. RGB value is (31,5,150). Sum of RGB (Red+Green+Blue) = 31+5+150=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F0596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0596 is #E0FA69. Grayscale: #1C1C1C. Windows color (decimal): -14744170 or 9831711. OLE color: 9831711.

HSL color Cylindrical-coordinate representation of color #1F0596: hue angle of 250.76º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0596 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB315150-
CMYK0.790.9700.41
HSL250.76º93.55%30.39%-
HSV(B)250.76º96.67%58.82%-
XYZ6.122.629.03-
YUV29.3196.11129.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.67%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 150 (58.98% from 255) = 80.65%
R=16.67%
G=2.69%
B=80.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3151500.790.9700.41250.7693.5530.39
Hex1F5964F61029fb5e1e
Octal37522611714105137313636
Binary111111011001011010011111100001010100111111011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,150); }

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

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

 a { background-color: rgb(31,5,150); }

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

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

 span { border-color: rgb(31,5,150); }

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