#1F138E

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

Shades of Ultramarine #1F138E

Tints of Ultramarine #1F138E

Color information

#1F138E (or 0x1F138E) is unknown color: approx Ultramarine. HEX triplet: 1F, 13 and 8E. RGB value is (31,19,142). Sum of RGB (Red+Green+Blue) = 31+19+142=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F138E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F138E is #E0EC71. Grayscale: #242424. Windows color (decimal): -14740594 or 9311007. OLE color: 9311007.

HSL color Cylindrical-coordinate representation of color #1F138E: hue angle of 245.85º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F138E is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3119142-
CMYK0.780.8700.44
HSL245.85º76.4%31.57%-
HSV(B)245.85º86.62%55.69%-
XYZ5.682.7125.81-
YUV36.61187.48124-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 142 (55.86% from 255) = 73.96%
R=16.15%
G=9.90%
B=73.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31191420.780.8700.44245.8576.431.57
Hex1F138E4E5702Cf64c20
Octal372321611612705436611440
Binary111111001110001110100111010101110101100111101101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,19,142); }

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

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

 a { background-color: rgb(31,19,142); }

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

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

 span { border-color: rgb(31,19,142); }

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