#140085

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

Shades of Ultramarine #140085

Tints of Ultramarine #140085

Color information

#140085 (or 0x140085) is unknown color: approx Ultramarine. HEX triplet: 14, 00 and 85. RGB value is (20,0,133). Sum of RGB (Red+Green+Blue) = 20+0+133=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 133 (52.34% from 255 or 86.93% from 153); Max value from RGB is 133 - color contains mainly: blue. Hex color #140085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140085 is #EBFF7A. Grayscale: #141414. Windows color (decimal): -15466363 or 8716308. OLE color: 8716308.

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

Color convert

RGB200133-
CMYK0.85100.48
HSL249.02º100%26.08%-
HSV(B)249.02º100%52.16%-
XYZ4.521.8422.31-
YUV21.14191.13127.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 86.93%
R=13.07%
G=0%
B=86.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2001330.85100.48249.0210026.08
Hex140855564030f9641a
Octal24020512514406037114432
Binary1010001000010110101011100100011000011111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140085; }

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

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

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

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

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

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

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

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