#1F0FB2

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

Shades of Ultramarine #1F0FB2

Tints of Ultramarine #1F0FB2

Color information

#1F0FB2 (or 0x1F0FB2) is unknown color: approx Ultramarine. HEX triplet: 1F, 0F and B2. RGB value is (31,15,178). Sum of RGB (Red+Green+Blue) = 31+15+178=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 178 (69.92% from 255 or 79.46% from 224); Max value from RGB is 178 - color contains mainly: blue. Hex color #1F0FB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0FB2 is #E0F04D. Grayscale: #252525. Windows color (decimal): -14741582 or 11669279. OLE color: 11669279.

HSL color Cylindrical-coordinate representation of color #1F0FB2: hue angle of 245.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0FB2 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3115178-
CMYK0.830.9200.30
HSL245.89º84.46%37.84%-
HSV(B)245.89º91.57%69.8%-
XYZ8.773.8542.4-
YUV38.37206.8122.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.84%
GREEN value IS 15 (6.25% from 255) = 6.70%
BLUE value IS 178 (69.92% from 255) = 79.46%
R=13.84%
G=6.70%
B=79.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31151780.830.9200.30245.8984.4637.84
Hex1FFB2535C01Ef65426
Octal371726212313403636612446
Binary1111111111011001010100111011100011110111101101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,15,178); }

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

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

 a { background-color: rgb(31,15,178); }

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

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

 span { border-color: rgb(31,15,178); }

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