#1F1CA0

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

Shades of Ultramarine #1F1CA0

Tints of Ultramarine #1F1CA0

Color information

#1F1CA0 (or 0x1F1CA0) is unknown color: approx Ultramarine. HEX triplet: 1F, 1C and A0. RGB value is (31,28,160). Sum of RGB (Red+Green+Blue) = 31+28+160=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 160 (62.89% from 255 or 73.06% from 219); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F1CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1CA0 is #E0E35F. Grayscale: #2B2B2B. Windows color (decimal): -14738272 or 10492959. OLE color: 10492959.

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

Color convert

RGB3128160-
CMYK0.810.8200.37
HSL241.36º70.21%36.86%-
HSV(B)241.36º82.5%62.75%-
XYZ7.333.6633.58-
YUV43.94193.49118.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.16%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 160 (62.89% from 255) = 73.06%
R=14.16%
G=12.79%
B=73.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31281600.810.8200.37241.3670.2136.86
Hex1F1CA05152025f14625
Octal373424012112204536110645
Binary111111110010100000101000110100100100101111100011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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