#260B99

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

Shades of Ultramarine #260B99

Tints of Ultramarine #260B99

Color information

#260B99 (or 0x260B99) is unknown color: approx Ultramarine. HEX triplet: 26, 0B and 99. RGB value is (38,11,153). Sum of RGB (Red+Green+Blue) = 38+11+153=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #260B99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260B99 is #D9F466. Grayscale: #222222. Windows color (decimal): -14283879 or 10029862. OLE color: 10029862.

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

Color convert

RGB3811153-
CMYK0.750.9300.4
HSL251.41º86.59%32.16%-
HSV(B)251.41º92.81%60%-
XYZ6.672.9530.36-
YUV35.26194.45129.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 11 (4.69% from 255) = 5.45%
BLUE value IS 153 (60.16% from 255) = 75.74%
R=18.81%
G=5.45%
B=75.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38111530.750.9300.4251.4186.5932.16
Hex26B994B5D028fb5720
Octal461323111313505037312740
Binary100110101110011001100101110111010101000111110111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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