#260a9b

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

Shades of Ultramarine #260A9B

Tints of Ultramarine #260A9B

Color information

#260A9B (or 0x260A9B) is unknown color: approx Ultramarine. HEX triplet: 26, 0A and 9B. RGB value is (38,10,155). Sum of RGB (Red+Green+Blue) = 38+10+155=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #260A9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260A9B is #D9F564. Grayscale: #222222. Windows color (decimal): -14284133 or 10160678. OLE color: 10160678.

HSL color Cylindrical-coordinate representation of color #260A9B: hue angle of 251.59º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260A9B is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3810155-
CMYK0.750.9400.39
HSL251.59º87.88%32.35%-
HSV(B)251.59º93.55%60.78%-
XYZ6.82331.23-
YUV34.9195.78130.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 155 (60.94% from 255) = 76.35%
R=18.72%
G=4.93%
B=76.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38101550.750.9400.39251.5987.8832.35
Hex26A9B4B5E027fc5820
Octal461223311313604737413040
Binary100110101010011011100101110111100100111111111001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260a9b; }

 p { color: rgb(38,10,155); }

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

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

 a { background-color: rgb(38,10,155); }

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

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

 span { border-color: rgb(38,10,155); }

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