#260493

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

Shades of Ultramarine #260493

Tints of Ultramarine #260493

Color information

#260493 (or 0x260493) is unknown color: approx Ultramarine. HEX triplet: 26, 04 and 93. RGB value is (38,4,147). Sum of RGB (Red+Green+Blue) = 38+4+147=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #260493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260493 is #D9FB6C. Grayscale: #1D1D1D. Windows color (decimal): -14285677 or 9634854. OLE color: 9634854.

HSL color Cylindrical-coordinate representation of color #260493: hue angle of 254.27º degrees, saturation: 0.95, 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 #260493 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB384147-
CMYK0.740.9700.42
HSL254.27º94.7%29.61%-
HSV(B)254.27º97.28%57.65%-
XYZ6.112.6127.78-
YUV30.47193.76133.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 147 (57.81% from 255) = 77.78%
R=20.11%
G=2.12%
B=77.78%

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
Decimal3841470.740.9700.42254.2794.729.61
Hex264934A6102Afe5f1e
Octal46422311214105237613736
Binary1001101001001001110010101100001010101011111110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260493; }

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

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

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

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

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

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

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

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