#260593

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

Shades of Ultramarine #260593

Tints of Ultramarine #260593

Color information

#260593 (or 0x260593) is unknown color: approx Ultramarine. HEX triplet: 26, 05 and 93. RGB value is (38,5,147). Sum of RGB (Red+Green+Blue) = 38+5+147=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #260593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260593 is #D9FA6C. Grayscale: #1E1E1E. Windows color (decimal): -14285421 or 9635110. OLE color: 9635110.

HSL color Cylindrical-coordinate representation of color #260593: hue angle of 253.94º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260593 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB385147-
CMYK0.740.9700.42
HSL253.94º93.42%29.8%-
HSV(B)253.94º96.6%57.65%-
XYZ6.122.6327.79-
YUV31.06193.43132.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 147 (57.81% from 255) = 77.37%
R=20%
G=2.63%
B=77.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3851470.740.9700.42253.9493.4229.8
Hex265934A6102Afe5d1e
Octal46522311214105237613536
Binary1001101011001001110010101100001010101011111110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260593; }

 p { color: rgb(38,5,147); }

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

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

 a { background-color: rgb(38,5,147); }

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

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

 span { border-color: rgb(38,5,147); }

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