#141584

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

Shades of Ultramarine #141584

Tints of Ultramarine #141584

Color information

#141584 (or 0x141584) is unknown color: approx Ultramarine. HEX triplet: 14, 15 and 84. RGB value is (20,21,132). Sum of RGB (Red+Green+Blue) = 20+21+132=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #141584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141584 is #EBEA7B. Grayscale: #202020. Windows color (decimal): -15460988 or 8656148. OLE color: 8656148.

HSL color Cylindrical-coordinate representation of color #141584: hue angle of 239.46º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141584 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2021132-
CMYK0.850.8400.48
HSL239.46º73.68%29.8%-
HSV(B)239.46º84.85%51.76%-
XYZ4.722.3522.03-
YUV33.35183.67118.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 132 (51.95% from 255) = 76.30%
R=11.56%
G=12.14%
B=76.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20211320.850.8400.48239.4673.6829.8
Hex1415845554030ef4a1e
Octal242520412512406035711236
Binary10100101011000010010101011010100011000011101111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141584; }

 p { color: rgb(20,21,132); }

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

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

 a { background-color: rgb(20,21,132); }

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

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

 span { border-color: rgb(20,21,132); }

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