#260099

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

Shades of Ultramarine #260099

Tints of Ultramarine #260099

Color information

#260099 (or 0x260099) is unknown color: approx Ultramarine. HEX triplet: 26, 00 and 99. RGB value is (38,0,153). Sum of RGB (Red+Green+Blue) = 38+0+153=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #260099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260099 is #D9FF66. Grayscale: #1C1C1C. Windows color (decimal): -14286695 or 10027046. OLE color: 10027046.

HSL color Cylindrical-coordinate representation of color #260099: hue angle of 254.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260099 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB380153-
CMYK0.75100.4
HSL254.9º100%30%-
HSV(B)254.9º100%60%-
XYZ6.552.7130.32-
YUV28.8198.09134.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 80.10%
R=19.90%
G=0%
B=80.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3801530.75100.4254.910030
Hex260994B64028ff641e
Octal46023111314405037714436
Binary10011001001100110010111100100010100011111111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260099; }

 p { color: rgb(38,0,153); }

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

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

 a { background-color: rgb(38,0,153); }

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

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

 span { border-color: rgb(38,0,153); }

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