#140296

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

Shades of Ultramarine #140296

Tints of Ultramarine #140296

Color information

#140296 (or 0x140296) is unknown color: approx Ultramarine. HEX triplet: 14, 02 and 96. RGB value is (20,2,150). Sum of RGB (Red+Green+Blue) = 20+2+150=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 150 (58.98% from 255 or 87.21% from 172); Max value from RGB is 150 - color contains mainly: blue. Hex color #140296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140296 is #EBFD69. Grayscale: #171717. Windows color (decimal): -15465834 or 9830932. OLE color: 9830932.

HSL color Cylindrical-coordinate representation of color #140296: hue angle of 247.3º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140296 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB202150-
CMYK0.870.9900.41
HSL247.3º97.37%29.8%-
HSV(B)247.3º98.67%58.82%-
XYZ5.822.3929.01-
YUV24.25198.96124.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 150 (58.98% from 255) = 87.21%
R=11.63%
G=1.16%
B=87.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2021500.870.9900.41247.397.3729.8
Hex142965763029f7611e
Octal24222612714305136714136
Binary10100101001011010101111100011010100111110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140296; }

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

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

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

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

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

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

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

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