#261699

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

Shades of Ultramarine #261699

Tints of Ultramarine #261699

Color information

#261699 (or 0x261699) is unknown color: approx Ultramarine. HEX triplet: 26, 16 and 99. RGB value is (38,22,153). Sum of RGB (Red+Green+Blue) = 38+22+153=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #261699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261699 is #D9E966. Grayscale: #292929. Windows color (decimal): -14281063 or 10032678. OLE color: 10032678.

HSL color Cylindrical-coordinate representation of color #261699: hue angle of 247.33º degrees, saturation: 0.75, 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 #261699 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3822153-
CMYK0.750.8600.4
HSL247.33º74.86%34.31%-
HSV(B)247.33º85.62%60%-
XYZ6.843.2930.41-
YUV41.72190.8125.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 153 (60.16% from 255) = 71.83%
R=17.84%
G=10.33%
B=71.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38221530.750.8600.4247.3374.8634.31
Hex2616994B56028f74b22
Octal462623111312605036711342
Binary1001101011010011001100101110101100101000111101111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261699; }

 p { color: rgb(38,22,153); }

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

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

 a { background-color: rgb(38,22,153); }

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

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

 span { border-color: rgb(38,22,153); }

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