#141093

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

Shades of Ultramarine #141093

Tints of Ultramarine #141093

Color information

#141093 (or 0x141093) is unknown color: approx Ultramarine. HEX triplet: 14, 10 and 93. RGB value is (20,16,147). Sum of RGB (Red+Green+Blue) = 20+16+147=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #141093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141093 is #EBEF6C. Grayscale: #1F1F1F. Windows color (decimal): -15462253 or 9637908. OLE color: 9637908.

HSL color Cylindrical-coordinate representation of color #141093: hue angle of 241.83º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141093 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2016147-
CMYK0.860.8900.42
HSL241.83º80.37%31.96%-
HSV(B)241.83º89.12%57.65%-
XYZ5.742.6327.81-
YUV32.13192.83119.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 147 (57.81% from 255) = 80.33%
R=10.93%
G=8.74%
B=80.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20161470.860.8900.42241.8380.3731.96
Hex141093565902Af25020
Octal242022312613105236212040
Binary101001000010010011101011010110010101010111100101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141093; }

 p { color: rgb(20,16,147); }

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

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

 a { background-color: rgb(20,16,147); }

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

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

 span { border-color: rgb(20,16,147); }

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