#1F028E

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

Shades of Ultramarine #1F028E

Tints of Ultramarine #1F028E

Color information

#1F028E (or 0x1F028E) is unknown color: approx Ultramarine. HEX triplet: 1F, 02 and 8E. RGB value is (31,2,142). Sum of RGB (Red+Green+Blue) = 31+2+142=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F028E is #E0FD71. Grayscale: #1A1A1A. Windows color (decimal): -14744946 or 9306655. OLE color: 9306655.

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

Color convert

RGB312142-
CMYK0.780.9900.44
HSL252.43º97.22%28.24%-
HSV(B)252.43º98.59%55.69%-
XYZ5.472.2925.74-
YUV26.63193.11131.12-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 142 (55.86% from 255) = 81.14%
R=17.71%
G=1.14%
B=81.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3121420.780.9900.44252.4397.2228.24
Hex1F28E4E6302Cfc611c
Octal37221611614305437414134
Binary11111101000111010011101100011010110011111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,2,142); }

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

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

 a { background-color: rgb(31,2,142); }

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

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

 span { border-color: rgb(31,2,142); }

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