#26258D

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

Shades of Ultramarine #26258D

Tints of Ultramarine #26258D

Color information

#26258D (or 0x26258D) is unknown color: approx Ultramarine. HEX triplet: 26, 25 and 8D. RGB value is (38,37,141). Sum of RGB (Red+Green+Blue) = 38+37+141=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #26258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26258D is #D9DA72. Grayscale: #303030. Windows color (decimal): -14277235 or 9250086. OLE color: 9250086.

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

Color convert

RGB3837141-
CMYK0.730.7400.45
HSL240.58º58.43%34.9%-
HSV(B)240.58º73.76%55.29%-
XYZ6.273.6625.58-
YUV49.16179.83120.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 141 (55.47% from 255) = 65.28%
R=17.59%
G=17.13%
B=65.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38371410.730.7400.45240.5858.4334.9
Hex26258D494A02Df13a23
Octal46452151111120553617243
Binary1001101001011000110110010011001010010110111110001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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