#26079F

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

Shades of Ultramarine #26079F

Tints of Ultramarine #26079F

Color information

#26079F (or 0x26079F) is unknown color: approx Ultramarine. HEX triplet: 26, 07 and 9F. RGB value is (38,7,159). Sum of RGB (Red+Green+Blue) = 38+7+159=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 159 (62.5% from 255 or 77.94% from 204); Max value from RGB is 159 - color contains mainly: blue. Hex color #26079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26079F is #D9F860. Grayscale: #212121. Windows color (decimal): -14284897 or 10422054. OLE color: 10422054.

HSL color Cylindrical-coordinate representation of color #26079F: hue angle of 252.24º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26079F is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB387159-
CMYK0.760.9600.38
HSL252.24º91.57%32.55%-
HSV(B)252.24º95.6%62.35%-
XYZ7.133.0733.02-
YUV33.6198.77131.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 159 (62.5% from 255) = 77.94%
R=18.63%
G=3.43%
B=77.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3871590.760.9600.38252.2491.5732.55
Hex2679F4C60026fc5c21
Octal46723711414004637413441
Binary10011011110011111100110011000000100110111111001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26079F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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