#140399

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

Shades of Ultramarine #140399

Tints of Ultramarine #140399

Color information

#140399 (or 0x140399) is unknown color: approx Ultramarine. HEX triplet: 14, 03 and 99. RGB value is (20,3,153). Sum of RGB (Red+Green+Blue) = 20+3+153=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 153 (60.16% from 255 or 86.93% from 176); Max value from RGB is 153 - color contains mainly: blue. Hex color #140399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140399 is #EBFC66. Grayscale: #181818. Windows color (decimal): -15465575 or 10027796. OLE color: 10027796.

HSL color Cylindrical-coordinate representation of color #140399: hue angle of 246.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140399 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB203153-
CMYK0.870.9800.4
HSL246.8º96.15%30.59%-
HSV(B)246.8º98.04%60%-
XYZ6.072.5130.3-
YUV25.18200.13124.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.36%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 153 (60.16% from 255) = 86.93%
R=11.36%
G=1.70%
B=86.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2031530.870.9800.4246.896.1530.59
Hex143995762028f7601f
Octal24323112714205036714037
Binary10100111001100110101111100010010100011110111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140399; }

 p { color: rgb(20,3,153); }

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

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

 a { background-color: rgb(20,3,153); }

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

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

 span { border-color: rgb(20,3,153); }

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