#141F8E

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

Shades of Ultramarine #141F8E

Tints of Ultramarine #141F8E

Color information

#141F8E (or 0x141F8E) is unknown color: approx Ultramarine. HEX triplet: 14, 1F and 8E. RGB value is (20,31,142). Sum of RGB (Red+Green+Blue) = 20+31+142=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 142 (55.86% from 255 or 73.58% from 193); Max value from RGB is 142 - color contains mainly: blue. Hex color #141F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141F8E is #EBE071. Grayscale: #272727. Windows color (decimal): -15458418 or 9314068. OLE color: 9314068.

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

Color convert

RGB2031142-
CMYK0.860.7800.44
HSL234.59º75.31%31.76%-
HSV(B)234.59º85.92%55.69%-
XYZ5.663.0825.89-
YUV40.36185.36113.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 142 (55.86% from 255) = 73.58%
R=10.36%
G=16.06%
B=73.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20311420.860.7800.44234.5975.3131.76
Hex141F8E564E02Ceb4b20
Octal243721612611605435311340
Binary101001111110001110101011010011100101100111010111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141F8E; }

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

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

<style>
 a { background-color: #141F8E; }

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

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

<style>
 span { border-color: #141F8E; }

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

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