#1F028A

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

Shades of Ultramarine #1F028A

Tints of Ultramarine #1F028A

Color information

#1F028A (or 0x1F028A) is unknown color: approx Ultramarine. HEX triplet: 1F, 02 and 8A. RGB value is (31,2,138). Sum of RGB (Red+Green+Blue) = 31+2+138=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F028A is #E0FD75. Grayscale: #191919. Windows color (decimal): -14744950 or 9044511. OLE color: 9044511.

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

Color convert

RGB312138-
CMYK0.780.9900.46
HSL252.79º97.14%27.45%-
HSV(B)252.79º98.55%54.12%-
XYZ5.172.1724.19-
YUV26.18191.11131.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.13%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 138 (54.30% from 255) = 80.70%
R=18.13%
G=1.17%
B=80.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3121380.780.9900.46252.7997.1427.45
Hex1F28A4E6302Efd611b
Octal37221211614305637514133
Binary11111101000101010011101100011010111011111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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