#140287

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

Shades of Ultramarine #140287

Tints of Ultramarine #140287

Color information

#140287 (or 0x140287) is unknown color: approx Ultramarine. HEX triplet: 14, 02 and 87. RGB value is (20,2,135). Sum of RGB (Red+Green+Blue) = 20+2+135=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 135 (53.12% from 255 or 85.99% from 157); Max value from RGB is 135 - color contains mainly: blue. Hex color #140287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140287 is #EBFD78. Grayscale: #161616. Windows color (decimal): -15465849 or 8847892. OLE color: 8847892.

HSL color Cylindrical-coordinate representation of color #140287: hue angle of 248.12º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140287 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB202135-
CMYK0.850.9900.47
HSL248.12º97.08%26.86%-
HSV(B)248.12º98.52%52.94%-
XYZ4.681.9423.05-
YUV22.54191.46126.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 135 (53.12% from 255) = 85.99%
R=12.74%
G=1.27%
B=85.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2021350.850.9900.47248.1297.0826.86
Hex14287556302Ff8611b
Octal24220712514305737014133
Binary10100101000011110101011100011010111111111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140287; }

 p { color: rgb(20,2,135); }

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

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

 a { background-color: rgb(20,2,135); }

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

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

 span { border-color: rgb(20,2,135); }

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