#142094

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

Shades of Ultramarine #142094

Tints of Ultramarine #142094

Color information

#142094 (or 0x142094) is unknown color: approx Ultramarine. HEX triplet: 14, 20 and 94. RGB value is (20,32,148). Sum of RGB (Red+Green+Blue) = 20+32+148=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #142094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142094 is #EBDF6B. Grayscale: #292929. Windows color (decimal): -15458156 or 9707540. OLE color: 9707540.

HSL color Cylindrical-coordinate representation of color #142094: hue angle of 234.38º 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 #142094 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2032148-
CMYK0.860.7800.42
HSL234.38º76.19%32.94%-
HSV(B)234.38º86.49%58.04%-
XYZ6.153.3228.33-
YUV41.64188.02112.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 148 (58.20% from 255) = 74%
R=10%
G=16%
B=74%

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
Decimal20321480.860.7800.42234.3876.1932.94
Hex142094564E02Aea4c21
Octal244022412611605235211441
Binary1010010000010010100101011010011100101010111010101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142094; }

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

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

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

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

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

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

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

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