#26209F

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

Shades of Ultramarine #26209F

Tints of Ultramarine #26209F

Color information

#26209F (or 0x26209F) is unknown color: approx Ultramarine. HEX triplet: 26, 20 and 9F. RGB value is (38,32,159). Sum of RGB (Red+Green+Blue) = 38+32+159=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #26209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26209F is #D9DF60. Grayscale: #2F2F2F. Windows color (decimal): -14278497 or 10428454. OLE color: 10428454.

HSL color Cylindrical-coordinate representation of color #26209F: hue angle of 242.83º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26209F is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3832159-
CMYK0.760.8000.38
HSL242.83º66.49%37.45%-
HSV(B)242.83º79.87%62.35%-
XYZ7.573.9533.16-
YUV48.27190.49120.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 159 (62.5% from 255) = 69.43%
R=16.59%
G=13.97%
B=69.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38321590.760.8000.38242.8366.4937.45
Hex26209F4C50026f34225
Octal464023711412004636310245
Binary10011010000010011111100110010100000100110111100111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26209F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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