#26208A

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

Shades of Ultramarine #26208A

Tints of Ultramarine #26208A

Color information

#26208A (or 0x26208A) is unknown color: approx Ultramarine. HEX triplet: 26, 20 and 8A. RGB value is (38,32,138). Sum of RGB (Red+Green+Blue) = 38+32+138=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #26208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26208A is #D9DF75. Grayscale: #2D2D2D. Windows color (decimal): -14278518 or 9052198. OLE color: 9052198.

HSL color Cylindrical-coordinate representation of color #26208A: hue angle of 243.4º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26208A is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3832138-
CMYK0.720.7700.46
HSL243.4º62.35%33.33%-
HSV(B)243.4º76.81%54.12%-
XYZ5.93.2824.37-
YUV45.88179.99122.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 138 (54.30% from 255) = 66.35%
R=18.27%
G=15.38%
B=66.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38321380.720.7700.46243.462.3533.33
Hex26208A484D02Ef33e21
Octal46402121101150563637641
Binary1001101000001000101010010001001101010111011110011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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