#140388

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

Shades of Ultramarine #140388

Tints of Ultramarine #140388

Color information

#140388 (or 0x140388) is unknown color: approx Ultramarine. HEX triplet: 14, 03 and 88. RGB value is (20,3,136). Sum of RGB (Red+Green+Blue) = 20+3+136=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 136 (53.52% from 255 or 85.53% from 159); Max value from RGB is 136 - color contains mainly: blue. Hex color #140388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140388 is #EBFC77. Grayscale: #161616. Windows color (decimal): -15465592 or 8913684. OLE color: 8913684.

HSL color Cylindrical-coordinate representation of color #140388: hue angle of 247.67º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140388 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB203136-
CMYK0.850.9800.47
HSL247.67º95.68%27.25%-
HSV(B)247.67º97.79%53.33%-
XYZ4.761.9923.43-
YUV23.24191.63125.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 136 (53.52% from 255) = 85.53%
R=12.58%
G=1.89%
B=85.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2031360.850.9800.47247.6795.6827.25
Hex14388556202Ff8601b
Octal24321012514205737014033
Binary10100111000100010101011100010010111111111000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140388; }

 p { color: rgb(20,3,136); }

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

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

 a { background-color: rgb(20,3,136); }

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

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

 span { border-color: rgb(20,3,136); }

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