#26208D

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

Shades of Ultramarine #26208D

Tints of Ultramarine #26208D

Color information

#26208D (or 0x26208D) is unknown color: approx Ultramarine. HEX triplet: 26, 20 and 8D. RGB value is (38,32,141). Sum of RGB (Red+Green+Blue) = 38+32+141=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #26208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26208D is #D9DF72. Grayscale: #2D2D2D. Windows color (decimal): -14278515 or 9248806. OLE color: 9248806.

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

Color convert

RGB3832141-
CMYK0.730.7700.45
HSL243.3º63.01%33.92%-
HSV(B)243.3º77.3%55.29%-
XYZ6.123.3725.53-
YUV46.22181.49122.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 141 (55.47% from 255) = 66.82%
R=18.01%
G=15.17%
B=66.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38321410.730.7700.45243.363.0133.92
Hex26208D494D02Df33f22
Octal46402151111150553637742
Binary1001101000001000110110010011001101010110111110011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26208D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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