#1F038F

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

Shades of Ultramarine #1F038F

Tints of Ultramarine #1F038F

Color information

#1F038F (or 0x1F038F) is unknown color: approx Ultramarine. HEX triplet: 1F, 03 and 8F. RGB value is (31,3,143). Sum of RGB (Red+Green+Blue) = 31+3+143=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F038F is #E0FC70. Grayscale: #1A1A1A. Windows color (decimal): -14744689 or 9372447. OLE color: 9372447.

HSL color Cylindrical-coordinate representation of color #1F038F: hue angle of 252º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F038F is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB313143-
CMYK0.780.9800.44
HSL252º95.89%28.63%-
HSV(B)252º97.9%56.08%-
XYZ5.562.3426.15-
YUV27.33193.28130.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.51%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 143 (56.25% from 255) = 80.79%
R=17.51%
G=1.69%
B=80.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3131430.780.9800.4425295.8928.63
Hex1F38F4E6202Cfc601d
Octal37321711614205437414035
Binary11111111000111110011101100010010110011111100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,3,143); }

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

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

 a { background-color: rgb(31,3,143); }

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

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

 span { border-color: rgb(31,3,143); }

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