#140594

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

Shades of Ultramarine #140594

Tints of Ultramarine #140594

Color information

#140594 (or 0x140594) is unknown color: approx Ultramarine. HEX triplet: 14, 05 and 94. RGB value is (20,5,148). Sum of RGB (Red+Green+Blue) = 20+5+148=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 148 (58.20% from 255 or 85.55% from 173); Max value from RGB is 148 - color contains mainly: blue. Hex color #140594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140594 is #EBFA6B. Grayscale: #191919. Windows color (decimal): -15465068 or 9700628. OLE color: 9700628.

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

Color convert

RGB205148-
CMYK0.860.9700.42
HSL246.29º93.46%30%-
HSV(B)246.29º96.62%58.04%-
XYZ5.692.428.18-
YUV25.79196.97123.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 148 (58.20% from 255) = 85.55%
R=11.56%
G=2.89%
B=85.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2051480.860.9700.42246.2993.4630
Hex14594566102Af65d1e
Octal24522412614105236613536
Binary101001011001010010101101100001010101011110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140594; }

 p { color: rgb(20,5,148); }

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

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

 a { background-color: rgb(20,5,148); }

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

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

 span { border-color: rgb(20,5,148); }

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