#140293

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

Shades of Ultramarine #140293

Tints of Ultramarine #140293

Color information

#140293 (or 0x140293) is unknown color: approx Ultramarine. HEX triplet: 14, 02 and 93. RGB value is (20,2,147). Sum of RGB (Red+Green+Blue) = 20+2+147=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 147 (57.81% from 255 or 86.98% from 169); Max value from RGB is 147 - color contains mainly: blue. Hex color #140293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140293 is #EBFD6C. Grayscale: #171717. Windows color (decimal): -15465837 or 9634324. OLE color: 9634324.

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

Color convert

RGB202147-
CMYK0.860.9900.42
HSL247.45º97.32%29.22%-
HSV(B)247.45º98.64%57.65%-
XYZ5.582.327.75-
YUV23.91197.46125.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 147 (57.81% from 255) = 86.98%
R=11.83%
G=1.18%
B=86.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2021470.860.9900.42247.4597.3229.22
Hex14293566302Af7611d
Octal24222312614305236714135
Binary10100101001001110101101100011010101011110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140293; }

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

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

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

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

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

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

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

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