#141E95

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

Shades of Ultramarine #141E95

Tints of Ultramarine #141E95

Color information

#141E95 (or 0x141E95) is unknown color: approx Ultramarine. HEX triplet: 14, 1E and 95. RGB value is (20,30,149). Sum of RGB (Red+Green+Blue) = 20+30+149=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #141E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141E95 is #EBE16A. Grayscale: #282828. Windows color (decimal): -15458667 or 9772564. OLE color: 9772564.

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

Color convert

RGB2030149-
CMYK0.870.8000.42
HSL235.35º76.33%33.14%-
HSV(B)235.35º86.58%58.43%-
XYZ6.183.2528.73-
YUV40.58189.19113.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 149 (58.59% from 255) = 74.87%
R=10.05%
G=15.08%
B=74.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20301490.870.8000.42235.3576.3333.14
Hex141E95575002Aeb4c21
Octal243622512712005235311441
Binary101001111010010101101011110100000101010111010111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141E95; }

 p { color: rgb(20,30,149); }

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

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

 a { background-color: rgb(20,30,149); }

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

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

 span { border-color: rgb(20,30,149); }

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