#140497

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

Shades of Ultramarine #140497

Tints of Ultramarine #140497

Color information

#140497 (or 0x140497) is unknown color: approx Ultramarine. HEX triplet: 14, 04 and 97. RGB value is (20,4,151). Sum of RGB (Red+Green+Blue) = 20+4+151=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 151 (59.38% from 255 or 86.29% from 175); Max value from RGB is 151 - color contains mainly: blue. Hex color #140497 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140497 is #EBFB68. Grayscale: #181818. Windows color (decimal): -15465321 or 9896980. OLE color: 9896980.

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

Color convert

RGB204151-
CMYK0.870.9700.41
HSL246.53º94.84%30.39%-
HSV(B)246.53º97.35%59.22%-
XYZ5.922.4729.44-
YUV25.54198.8124.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 151 (59.38% from 255) = 86.29%
R=11.43%
G=2.29%
B=86.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2041510.870.9700.41246.5394.8430.39
Hex144975761029f75f1e
Octal24422712714105136713736
Binary101001001001011110101111100001010100111110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140497; }

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

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

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

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

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

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

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

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