#140997

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

Shades of Ultramarine #140997

Tints of Ultramarine #140997

Color information

#140997 (or 0x140997) is unknown color: approx Ultramarine. HEX triplet: 14, 09 and 97. RGB value is (20,9,151). Sum of RGB (Red+Green+Blue) = 20+9+151=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 151 (59.38% from 255 or 83.89% from 180); Max value from RGB is 151 - color contains mainly: blue. Hex color #140997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140997 is #EBF668. Grayscale: #1B1B1B. Windows color (decimal): -15464041 or 9898260. OLE color: 9898260.

HSL color Cylindrical-coordinate representation of color #140997: hue angle of 244.65º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140997 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB209151-
CMYK0.870.9400.41
HSL244.65º88.75%31.37%-
HSV(B)244.65º94.04%59.22%-
XYZ5.972.5829.46-
YUV28.48197.14121.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.11%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 151 (59.38% from 255) = 83.89%
R=11.11%
G=5%
B=83.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2091510.870.9400.41244.6588.7531.37
Hex14997575E029f5591f
Octal241122712713605136513137
Binary1010010011001011110101111011110010100111110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140997; }

 p { color: rgb(20,9,151); }

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

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

 a { background-color: rgb(20,9,151); }

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

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

 span { border-color: rgb(20,9,151); }

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