#140097

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

Shades of Ultramarine #140097

Tints of Ultramarine #140097

Color information

#140097 (or 0x140097) is unknown color: approx Ultramarine. HEX triplet: 14, 00 and 97. RGB value is (20,0,151). Sum of RGB (Red+Green+Blue) = 20+0+151=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 151 (59.38% from 255 or 88.30% from 171); Max value from RGB is 151 - color contains mainly: blue. Hex color #140097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140097 is #EBFF68. Grayscale: #161616. Windows color (decimal): -15466345 or 9895956. OLE color: 9895956.

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

Color convert

RGB200151-
CMYK0.87100.41
HSL247.95º100%29.61%-
HSV(B)247.95º100%59.22%-
XYZ5.872.3829.43-
YUV23.19200.13125.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 151 (59.38% from 255) = 88.30%
R=11.70%
G=0%
B=88.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2001510.87100.41247.9510029.61
Hex140975764029f8641e
Octal24022712714405137014436
Binary1010001001011110101111100100010100111111000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140097; }

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

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

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

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

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

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

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

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