#26158D

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

Shades of Ultramarine #26158D

Tints of Ultramarine #26158D

Color information

#26158D (or 0x26158D) is unknown color: approx Ultramarine. HEX triplet: 26, 15 and 8D. RGB value is (38,21,141). Sum of RGB (Red+Green+Blue) = 38+21+141=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #26158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26158D is #D9EA72. Grayscale: #272727. Windows color (decimal): -14281331 or 9245990. OLE color: 9245990.

HSL color Cylindrical-coordinate representation of color #26158D: hue angle of 248.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26158D is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3821141-
CMYK0.730.8500.45
HSL248.5º74.07%31.76%-
HSV(B)248.5º85.11%55.29%-
XYZ5.882.8725.44-
YUV39.76185.13126.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 141 (55.47% from 255) = 70.5%
R=19%
G=10.5%
B=70.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38211410.730.8500.45248.574.0731.76
Hex26158D495502Df84a20
Octal462521511112505537011240
Binary1001101010110001101100100110101010101101111110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26158D; }

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

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

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

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

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

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

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

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