#141092

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

Shades of Ultramarine #141092

Tints of Ultramarine #141092

Color information

#141092 (or 0x141092) is unknown color: approx Ultramarine. HEX triplet: 14, 10 and 92. RGB value is (20,16,146). Sum of RGB (Red+Green+Blue) = 20+16+146=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #141092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141092 is #EBEF6D. Grayscale: #1F1F1F. Windows color (decimal): -15462254 or 9572372. OLE color: 9572372.

HSL color Cylindrical-coordinate representation of color #141092: hue angle of 241.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141092 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2016146-
CMYK0.860.8900.43
HSL241.85º80.25%31.76%-
HSV(B)241.85º89.04%57.25%-
XYZ5.662.5927.4-
YUV32.02192.33119.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.99%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 146 (57.42% from 255) = 80.22%
R=10.99%
G=8.79%
B=80.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20161460.860.8900.43241.8580.2531.76
Hex141092565902Bf25020
Octal242022212613105336212040
Binary101001000010010010101011010110010101011111100101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141092; }

 p { color: rgb(20,16,146); }

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

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

 a { background-color: rgb(20,16,146); }

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

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

 span { border-color: rgb(20,16,146); }

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