#261AAA

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

Shades of Ultramarine #261AAA

Tints of Ultramarine #261AAA

Color information

#261AAA (or 0x261AAA) is unknown color: approx Ultramarine. HEX triplet: 26, 1A and AA. RGB value is (38,26,170). Sum of RGB (Red+Green+Blue) = 38+26+170=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 170 (66.80% from 255 or 72.65% from 234); Max value from RGB is 170 - color contains mainly: blue. Hex color #261AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261AAA is #D9E555. Grayscale: #2D2D2D. Windows color (decimal): -14280022 or 11147814. OLE color: 11147814.

HSL color Cylindrical-coordinate representation of color #261AAA: hue angle of 245º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261AAA is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3826170-
CMYK0.780.8500.33
HSL245º73.47%38.43%-
HSV(B)245º84.71%66.67%-
XYZ8.424.0538.37-
YUV46197.98122.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.24%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 170 (66.80% from 255) = 72.65%
R=16.24%
G=11.11%
B=72.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38261700.780.8500.3324573.4738.43
Hex261AAA4E55021f54926
Octal463225211612504136511146
Binary1001101101010101010100111010101010100001111101011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261AAA; }

 p { color: rgb(38,26,170); }

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

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

 a { background-color: rgb(38,26,170); }

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

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

 span { border-color: rgb(38,26,170); }

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