#141292

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

Shades of Ultramarine #141292

Tints of Ultramarine #141292

Color information

#141292 (or 0x141292) is unknown color: approx Ultramarine. HEX triplet: 14, 12 and 92. RGB value is (20,18,146). Sum of RGB (Red+Green+Blue) = 20+18+146=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #141292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #141292 is #EBED6D. Grayscale: #202020. Windows color (decimal): -15461742 or 9572884. OLE color: 9572884.

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

Color convert

RGB2018146-
CMYK0.860.8800.43
HSL240.94º78.05%32.16%-
HSV(B)240.94º87.67%57.25%-
XYZ5.692.6627.41-
YUV33.19191.66118.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 146 (57.42% from 255) = 79.35%
R=10.87%
G=9.78%
B=79.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20181460.860.8800.43240.9478.0532.16
Hex141292565802Bf14e20
Octal242222212613005336111640
Binary101001001010010010101011010110000101011111100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141292; }

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

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

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

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

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

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

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

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