#140DA2

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

Shades of Ultramarine #140DA2

Tints of Ultramarine #140DA2

Color information

#140DA2 (or 0x140DA2) is unknown color: approx Ultramarine. HEX triplet: 14, 0D and A2. RGB value is (20,13,162). Sum of RGB (Red+Green+Blue) = 20+13+162=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 162 (63.67% from 255 or 83.08% from 195); Max value from RGB is 162 - color contains mainly: blue. Hex color #140DA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140DA2 is #EBF25D. Grayscale: #1F1F1F. Windows color (decimal): -15463006 or 10620180. OLE color: 10620180.

HSL color Cylindrical-coordinate representation of color #140DA2: hue angle of 242.82º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140DA2 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2013162-
CMYK0.880.9200.36
HSL242.82º85.14%34.31%-
HSV(B)242.82º91.98%63.53%-
XYZ6.953.0534.4-
YUV32.08201.32119.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 13 (5.47% from 255) = 6.67%
BLUE value IS 162 (63.67% from 255) = 83.08%
R=10.26%
G=6.67%
B=83.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20131620.880.9200.36242.8285.1434.31
Hex14DA2585C024f35522
Octal241524213013404436312542
Binary10100110110100010101100010111000100100111100111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,13,162); }

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

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

 a { background-color: rgb(20,13,162); }

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

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

 span { border-color: rgb(20,13,162); }

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