#140285

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

Shades of Ultramarine #140285

Tints of Ultramarine #140285

Color information

#140285 (or 0x140285) is unknown color: approx Ultramarine. HEX triplet: 14, 02 and 85. RGB value is (20,2,133). Sum of RGB (Red+Green+Blue) = 20+2+133=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 133 (52.34% from 255 or 85.81% from 155); Max value from RGB is 133 - color contains mainly: blue. Hex color #140285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140285 is #EBFD7A. Grayscale: #151515. Windows color (decimal): -15465851 or 8716820. OLE color: 8716820.

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

Color convert

RGB202133-
CMYK0.850.9800.48
HSL248.24º97.04%26.47%-
HSV(B)248.24º98.5%52.16%-
XYZ4.541.8922.31-
YUV22.32190.46126.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 133 (52.34% from 255) = 85.81%
R=12.90%
G=1.29%
B=85.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2021330.850.9800.48248.2497.0426.47
Hex142855562030f8611a
Octal24220512514206037014132
Binary10100101000010110101011100010011000011111000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140285; }

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

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

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

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

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

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

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

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