#1F028D

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

Shades of Ultramarine #1F028D

Tints of Ultramarine #1F028D

Color information

#1F028D (or 0x1F028D) is unknown color: approx Ultramarine. HEX triplet: 1F, 02 and 8D. RGB value is (31,2,141). Sum of RGB (Red+Green+Blue) = 31+2+141=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 141 (55.47% from 255 or 81.03% from 174); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F028D is #E0FD72. Grayscale: #191919. Windows color (decimal): -14744947 or 9241119. OLE color: 9241119.

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

Color convert

RGB312141-
CMYK0.780.9900.45
HSL252.52º97.2%28.04%-
HSV(B)252.52º98.58%55.29%-
XYZ5.392.2625.35-
YUV26.52192.61131.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.82%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 141 (55.47% from 255) = 81.03%
R=17.82%
G=1.15%
B=81.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3121410.780.9900.45252.5297.228.04
Hex1F28D4E6302Dfd611c
Octal37221511614305537514134
Binary11111101000110110011101100011010110111111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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