#1F128E

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

Shades of Ultramarine #1F128E

Tints of Ultramarine #1F128E

Color information

#1F128E (or 0x1F128E) is unknown color: approx Ultramarine. HEX triplet: 1F, 12 and 8E. RGB value is (31,18,142). Sum of RGB (Red+Green+Blue) = 31+18+142=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 142 (55.86% from 255 or 74.35% from 191); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F128E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F128E is #E0ED71. Grayscale: #232323. Windows color (decimal): -14740850 or 9310751. OLE color: 9310751.

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

Color convert

RGB3118142-
CMYK0.780.8700.44
HSL246.29º77.5%31.37%-
HSV(B)246.29º87.32%55.69%-
XYZ5.662.6825.81-
YUV36.02187.81124.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.23%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 142 (55.86% from 255) = 74.35%
R=16.23%
G=9.42%
B=74.35%

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
Decimal31181420.780.8700.44246.2977.531.37
Hex1F128E4E5702Cf64e1f
Octal372221611612705436611637
Binary11111100101000111010011101010111010110011110110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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