#26159F

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

Shades of Ultramarine #26159F

Tints of Ultramarine #26159F

Color information

#26159F (or 0x26159F) is unknown color: approx Ultramarine. HEX triplet: 26, 15 and 9F. RGB value is (38,21,159). Sum of RGB (Red+Green+Blue) = 38+21+159=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #26159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26159F is #D9EA60. Grayscale: #292929. Windows color (decimal): -14281313 or 10425638. OLE color: 10425638.

HSL color Cylindrical-coordinate representation of color #26159F: hue angle of 247.39º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26159F is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3821159-
CMYK0.760.8700.38
HSL247.39º76.67%35.29%-
HSV(B)247.39º86.79%62.35%-
XYZ7.333.4533.08-
YUV41.82194.13125.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 159 (62.5% from 255) = 72.94%
R=17.43%
G=9.63%
B=72.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38211590.760.8700.38247.3976.6735.29
Hex26159F4C57026f74d23
Octal462523711412704636711543
Binary1001101010110011111100110010101110100110111101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26159F; }

 p { color: rgb(38,21,159); }

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

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

 a { background-color: rgb(38,21,159); }

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

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

 span { border-color: rgb(38,21,159); }

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