#1F19A7

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

Shades of Ultramarine #1F19A7

Tints of Ultramarine #1F19A7

Color information

#1F19A7 (or 0x1F19A7) is unknown color: approx Ultramarine. HEX triplet: 1F, 19 and A7. RGB value is (31,25,167). Sum of RGB (Red+Green+Blue) = 31+25+167=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 167 (65.62% from 255 or 74.89% from 223); Max value from RGB is 167 - color contains mainly: blue. Hex color #1F19A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F19A7 is #E0E658. Grayscale: #2A2A2A. Windows color (decimal): -14739033 or 10950943. OLE color: 10950943.

HSL color Cylindrical-coordinate representation of color #1F19A7: hue angle of 242.54º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F19A7 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3125167-
CMYK0.810.8500.35
HSL242.54º73.96%37.65%-
HSV(B)242.54º85.03%65.49%-
XYZ7.893.7836.87-
YUV42.98197.99119.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 167 (65.62% from 255) = 74.89%
R=13.90%
G=11.21%
B=74.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31251670.810.8500.35242.5473.9637.65
Hex1F19A75155023f34a26
Octal373124712112504336311246
Binary111111100110100111101000110101010100011111100111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F19A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,25,167); }

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

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

 a { background-color: rgb(31,25,167); }

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

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

 span { border-color: rgb(31,25,167); }

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