#260494

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

Shades of Ultramarine #260494

Tints of Ultramarine #260494

Color information

#260494 (or 0x260494) is unknown color: approx Ultramarine. HEX triplet: 26, 04 and 94. RGB value is (38,4,148). Sum of RGB (Red+Green+Blue) = 38+4+148=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #260494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260494 is #D9FB6B. Grayscale: #1E1E1E. Windows color (decimal): -14285676 or 9700390. OLE color: 9700390.

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

Color convert

RGB384148-
CMYK0.740.9700.42
HSL254.17º94.74%29.8%-
HSV(B)254.17º97.3%58.04%-
XYZ6.192.6428.2-
YUV30.58194.26133.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 148 (58.20% from 255) = 77.89%
R=20%
G=2.11%
B=77.89%

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
Decimal3841480.740.9700.42254.1794.7429.8
Hex264944A6102Afe5f1e
Octal46422411214105237613736
Binary1001101001001010010010101100001010101011111110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260494; }

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

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

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

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

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

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

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

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