#1F038B

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

Shades of Ultramarine #1F038B

Tints of Ultramarine #1F038B

Color information

#1F038B (or 0x1F038B) is unknown color: approx Ultramarine. HEX triplet: 1F, 03 and 8B. RGB value is (31,3,139). Sum of RGB (Red+Green+Blue) = 31+3+139=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F038B is #E0FC74. Grayscale: #1A1A1A. Windows color (decimal): -14744693 or 9110303. OLE color: 9110303.

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

Color convert

RGB313139-
CMYK0.780.9800.45
HSL252.35º95.77%27.84%-
HSV(B)252.35º97.84%54.51%-
XYZ5.262.2224.58-
YUV26.88191.28130.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.92%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 139 (54.69% from 255) = 80.35%
R=17.92%
G=1.73%
B=80.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3131390.780.9800.45252.3595.7727.84
Hex1F38B4E6202Dfc601c
Octal37321311614205537414034
Binary11111111000101110011101100010010110111111100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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