#26159A

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

Shades of Ultramarine #26159A

Tints of Ultramarine #26159A

Color information

#26159A (or 0x26159A) is unknown color: approx Ultramarine. HEX triplet: 26, 15 and 9A. RGB value is (38,21,154). Sum of RGB (Red+Green+Blue) = 38+21+154=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 154 (60.55% from 255 or 72.30% from 213); Max value from RGB is 154 - color contains mainly: blue. Hex color #26159A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26159A is #D9EA65. Grayscale: #282828. Windows color (decimal): -14281318 or 10097958. OLE color: 10097958.

HSL color Cylindrical-coordinate representation of color #26159A: hue angle of 247.67º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26159A is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3821154-
CMYK0.750.8600.40
HSL247.67º76%34.31%-
HSV(B)247.67º86.36%60.39%-
XYZ6.93.2830.84-
YUV41.24191.63125.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 154 (60.55% from 255) = 72.30%
R=17.84%
G=9.86%
B=72.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38211540.750.8600.40247.677634.31
Hex26159A4B56028f84c22
Octal462523211312605037011442
Binary1001101010110011010100101110101100101000111110001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,21,154); }

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

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

 a { background-color: rgb(38,21,154); }

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

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

 span { border-color: rgb(38,21,154); }

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