#26199E

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

Shades of Ultramarine #26199E

Tints of Ultramarine #26199E

Color information

#26199E (or 0x26199E) is unknown color: approx Ultramarine. HEX triplet: 26, 19 and 9E. RGB value is (38,25,158). Sum of RGB (Red+Green+Blue) = 38+25+158=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #26199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26199E is #D9E661. Grayscale: #2B2B2B. Windows color (decimal): -14280290 or 10361126. OLE color: 10361126.

HSL color Cylindrical-coordinate representation of color #26199E: hue angle of 245.86º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26199E is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3825158-
CMYK0.760.8400.38
HSL245.86º72.68%35.88%-
HSV(B)245.86º84.18%61.96%-
XYZ7.323.5832.65-
YUV44.05192.31123.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 158 (62.11% from 255) = 71.49%
R=17.19%
G=11.31%
B=71.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38251580.760.8400.38245.8672.6835.88
Hex26199E4C54026f64924
Octal463123611412404636611144
Binary1001101100110011110100110010101000100110111101101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26199E; }

 p { color: rgb(38,25,158); }

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

<style>
 a { background-color: #26199E; }

 a { background-color: rgb(38,25,158); }

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

<style>
 span { border-color: #26199E; }

 span { border-color: rgb(38,25,158); }

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