#142194

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

Shades of Ultramarine #142194

Tints of Ultramarine #142194

Color information

#142194 (or 0x142194) is unknown color: approx Ultramarine. HEX triplet: 14, 21 and 94. RGB value is (20,33,148). Sum of RGB (Red+Green+Blue) = 20+33+148=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #142194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142194 is #EBDE6B. Grayscale: #292929. Windows color (decimal): -15457900 or 9707796. OLE color: 9707796.

HSL color Cylindrical-coordinate representation of color #142194: hue angle of 233.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142194 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2033148-
CMYK0.860.7800.42
HSL233.91º76.19%32.94%-
HSV(B)233.91º86.49%58.04%-
XYZ6.183.3728.34-
YUV42.22187.69112.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 148 (58.20% from 255) = 73.63%
R=9.95%
G=16.42%
B=73.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20331480.860.7800.42233.9176.1932.94
Hex142194564E02Aea4c21
Octal244122412611605235211441
Binary1010010000110010100101011010011100101010111010101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142194; }

 p { color: rgb(20,33,148); }

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

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

 a { background-color: rgb(20,33,148); }

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

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

 span { border-color: rgb(20,33,148); }

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