#26258F

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

Shades of Ultramarine #26258F

Tints of Ultramarine #26258F

Color information

#26258F (or 0x26258F) is unknown color: approx Ultramarine. HEX triplet: 26, 25 and 8F. RGB value is (38,37,143). Sum of RGB (Red+Green+Blue) = 38+37+143=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #26258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26258F is #D9DA70. Grayscale: #303030. Windows color (decimal): -14277233 or 9381158. OLE color: 9381158.

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

Color convert

RGB3837143-
CMYK0.730.7400.44
HSL240.57º58.89%35.29%-
HSV(B)240.57º74.13%56.08%-
XYZ6.423.7226.37-
YUV49.38180.83119.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.43%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 143 (56.25% from 255) = 65.60%
R=17.43%
G=16.97%
B=65.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38371430.730.7400.44240.5758.8935.29
Hex26258F494A02Cf13b23
Octal46452171111120543617343
Binary1001101001011000111110010011001010010110011110001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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