#141E8F

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

Shades of Ultramarine #141E8F

Tints of Ultramarine #141E8F

Color information

#141E8F (or 0x141E8F) is unknown color: approx Ultramarine. HEX triplet: 14, 1E and 8F. RGB value is (20,30,143). Sum of RGB (Red+Green+Blue) = 20+30+143=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 143 (56.25% from 255 or 74.09% from 193); Max value from RGB is 143 - color contains mainly: blue. Hex color #141E8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141E8F is #EBE170. Grayscale: #272727. Windows color (decimal): -15458673 or 9379348. OLE color: 9379348.

HSL color Cylindrical-coordinate representation of color #141E8F: hue angle of 235.12º 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 #141E8F is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2030143-
CMYK0.860.7900.44
HSL235.12º75.46%31.96%-
HSV(B)235.12º86.01%56.08%-
XYZ5.713.0626.28-
YUV39.89186.19113.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 30 (12.11% from 255) = 15.54%
BLUE value IS 143 (56.25% from 255) = 74.09%
R=10.36%
G=15.54%
B=74.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20301430.860.7900.44235.1275.4631.96
Hex141E8F564F02Ceb4b20
Octal243621712611705435311340
Binary101001111010001111101011010011110101100111010111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,30,143); }

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

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

 a { background-color: rgb(20,30,143); }

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

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

 span { border-color: rgb(20,30,143); }

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