#140584

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

Shades of Ultramarine #140584

Tints of Ultramarine #140584

Color information

#140584 (or 0x140584) is unknown color: approx Ultramarine. HEX triplet: 14, 05 and 84. RGB value is (20,5,132). Sum of RGB (Red+Green+Blue) = 20+5+132=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #140584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140584 is #EBFA7B. Grayscale: #171717. Windows color (decimal): -15465084 or 8652052. OLE color: 8652052.

HSL color Cylindrical-coordinate representation of color #140584: hue angle of 247.09º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140584 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB205132-
CMYK0.850.9600.48
HSL247.09º92.7%26.86%-
HSV(B)247.09º96.21%51.76%-
XYZ4.511.9221.96-
YUV23.96188.97125.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 132 (51.95% from 255) = 84.08%
R=12.74%
G=3.18%
B=84.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2051320.850.9600.48247.0992.726.86
Hex145845560030f75d1b
Octal24520412514006036713533
Binary101001011000010010101011100000011000011110111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140584; }

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

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

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

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

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

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

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

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