#140793

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

Shades of Ultramarine #140793

Tints of Ultramarine #140793

Color information

#140793 (or 0x140793) is unknown color: approx Ultramarine. HEX triplet: 14, 07 and 93. RGB value is (20,7,147). Sum of RGB (Red+Green+Blue) = 20+7+147=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 147 (57.81% from 255 or 84.48% from 174); Max value from RGB is 147 - color contains mainly: blue. Hex color #140793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140793 is #EBF86C. Grayscale: #1A1A1A. Windows color (decimal): -15464557 or 9635604. OLE color: 9635604.

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

Color convert

RGB207147-
CMYK0.860.9500.42
HSL245.57º90.91%30.2%-
HSV(B)245.57º95.24%57.65%-
XYZ5.632.4127.77-
YUV26.85195.81123.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 147 (57.81% from 255) = 84.48%
R=11.49%
G=4.02%
B=84.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2071470.860.9500.42245.5790.9130.2
Hex14793565F02Af65b1e
Octal24722312613705236613336
Binary101001111001001110101101011111010101011110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140793; }

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

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

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

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

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

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

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

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