#142290

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

Shades of Ultramarine #142290

Tints of Ultramarine #142290

Color information

#142290 (or 0x142290) is unknown color: approx Ultramarine. HEX triplet: 14, 22 and 90. RGB value is (20,34,144). Sum of RGB (Red+Green+Blue) = 20+34+144=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #142290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142290 is #EBDD6F. Grayscale: #292929. Windows color (decimal): -15457648 or 9445908. OLE color: 9445908.

HSL color Cylindrical-coordinate representation of color #142290: hue angle of 233.23º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142290 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2034144-
CMYK0.860.7600.44
HSL233.23º75.61%32.16%-
HSV(B)233.23º86.11%56.47%-
XYZ5.893.3126.71-
YUV42.35185.36112.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 144 (56.64% from 255) = 72.73%
R=10.10%
G=17.17%
B=72.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20341440.860.7600.44233.2375.6132.16
Hex142290564C02Ce94c20
Octal244222012611405435111440
Binary1010010001010010000101011010011000101100111010011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142290; }

 p { color: rgb(20,34,144); }

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

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

 a { background-color: rgb(20,34,144); }

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

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

 span { border-color: rgb(20,34,144); }

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