#140693

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

Shades of Ultramarine #140693

Tints of Ultramarine #140693

Color information

#140693 (or 0x140693) is unknown color: approx Ultramarine. HEX triplet: 14, 06 and 93. RGB value is (20,6,147). Sum of RGB (Red+Green+Blue) = 20+6+147=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 147 (57.81% from 255 or 84.97% from 173); Max value from RGB is 147 - color contains mainly: blue. Hex color #140693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140693 is #EBF96C. Grayscale: #191919. Windows color (decimal): -15464813 or 9635348. OLE color: 9635348.

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

Color convert

RGB206147-
CMYK0.860.9600.42
HSL245.96º92.16%30%-
HSV(B)245.96º95.92%57.65%-
XYZ5.622.3927.77-
YUV26.26196.14123.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 147 (57.81% from 255) = 84.97%
R=11.56%
G=3.47%
B=84.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2061470.860.9600.42245.9692.1630
Hex14693566002Af65c1e
Octal24622312614005236613436
Binary101001101001001110101101100000010101011110110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140693; }

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

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

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

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

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

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

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

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