#140b97

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

Shades of Ultramarine #140B97

Tints of Ultramarine #140B97

Color information

#140B97 (or 0x140B97) is unknown color: approx Ultramarine. HEX triplet: 14, 0B and 97. RGB value is (20,11,151). Sum of RGB (Red+Green+Blue) = 20+11+151=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 151 (59.38% from 255 or 82.97% from 182); Max value from RGB is 151 - color contains mainly: blue. Hex color #140B97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140B97 is #EBF468. Grayscale: #1D1D1D. Windows color (decimal): -15463529 or 9898772. OLE color: 9898772.

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

Color convert

RGB2011151-
CMYK0.870.9300.41
HSL243.86º86.42%31.76%-
HSV(B)243.86º92.72%59.22%-
XYZ5.992.6229.47-
YUV29.65196.48121.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 151 (59.38% from 255) = 82.97%
R=10.99%
G=6.04%
B=82.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal20111510.870.9300.41243.8686.4231.76
Hex14B97575D029f45620
Octal241322712713505136412640
Binary10100101110010111101011110111010101001111101001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140b97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140b97; }

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

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

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

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

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

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

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

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