#1F0DA0

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

Shades of Ultramarine #1F0DA0

Tints of Ultramarine #1F0DA0

Color information

#1F0DA0 (or 0x1F0DA0) is unknown color: approx Ultramarine. HEX triplet: 1F, 0D and A0. RGB value is (31,13,160). Sum of RGB (Red+Green+Blue) = 31+13+160=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 160 (62.89% from 255 or 78.43% from 204); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F0DA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0DA0 is #E0F25F. Grayscale: #222222. Windows color (decimal): -14742112 or 10489119. OLE color: 10489119.

HSL color Cylindrical-coordinate representation of color #1F0DA0: hue angle of 247.35º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0DA0 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3113160-
CMYK0.810.9200.37
HSL247.35º84.97%33.92%-
HSV(B)247.35º91.87%62.75%-
XYZ7.053.1233.49-
YUV35.14198.46125.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.20%
GREEN value IS 13 (5.47% from 255) = 6.37%
BLUE value IS 160 (62.89% from 255) = 78.43%
R=15.20%
G=6.37%
B=78.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31131600.810.9200.37247.3584.9733.92
Hex1FDA0515C025f75522
Octal371524012113404536712542
Binary11111110110100000101000110111000100101111101111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,13,160); }

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

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

 a { background-color: rgb(31,13,160); }

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

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

 span { border-color: rgb(31,13,160); }

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