#261597

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

Shades of Ultramarine #261597

Tints of Ultramarine #261597

Color information

#261597 (or 0x261597) is unknown color: approx Ultramarine. HEX triplet: 26, 15 and 97. RGB value is (38,21,151). Sum of RGB (Red+Green+Blue) = 38+21+151=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #261597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261597 is #D9EA68. Grayscale: #282828. Windows color (decimal): -14281321 or 9901350. OLE color: 9901350.

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

Color convert

RGB3821151-
CMYK0.750.8600.41
HSL247.85º75.58%33.73%-
HSV(B)247.85º86.09%59.22%-
XYZ6.653.1829.54-
YUV40.9190.13125.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 151 (59.38% from 255) = 71.90%
R=18.10%
G=10%
B=71.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38211510.750.8600.41247.8575.5833.73
Hex2615974B56029f84c22
Octal462522711312605137011442
Binary1001101010110010111100101110101100101001111110001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261597; }

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

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

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

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

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

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

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

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