#140792

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

Shades of Ultramarine #140792

Tints of Ultramarine #140792

Color information

#140792 (or 0x140792) is unknown color: approx Ultramarine. HEX triplet: 14, 07 and 92. RGB value is (20,7,146). Sum of RGB (Red+Green+Blue) = 20+7+146=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 146 (57.42% from 255 or 84.39% from 173); Max value from RGB is 146 - color contains mainly: blue. Hex color #140792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140792 is #EBF86D. Grayscale: #1A1A1A. Windows color (decimal): -15464558 or 9570068. OLE color: 9570068.

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

Color convert

RGB207146-
CMYK0.860.9500.43
HSL245.61º90.85%30%-
HSV(B)245.61º95.21%57.25%-
XYZ5.552.3827.36-
YUV26.73195.31123.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 146 (57.42% from 255) = 84.39%
R=11.56%
G=4.05%
B=84.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2071460.860.9500.43245.6190.8530
Hex14792565F02Bf65b1e
Octal24722212613705336613336
Binary101001111001001010101101011111010101111110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140792; }

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

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

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

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

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

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

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

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