#2613A9

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

Shades of Ultramarine #2613A9

Tints of Ultramarine #2613A9

Color information

#2613A9 (or 0x2613A9) is unknown color: approx Ultramarine. HEX triplet: 26, 13 and A9. RGB value is (38,19,169). Sum of RGB (Red+Green+Blue) = 38+19+169=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 169 (66.41% from 255 or 74.78% from 226); Max value from RGB is 169 - color contains mainly: blue. Hex color #2613A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2613A9 is #D9EC56. Grayscale: #292929. Windows color (decimal): -14281815 or 11080486. OLE color: 11080486.

HSL color Cylindrical-coordinate representation of color #2613A9: hue angle of 247.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2613A9 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3819169-
CMYK0.780.8900.34
HSL247.6º79.79%36.86%-
HSV(B)247.6º88.76%66.27%-
XYZ8.193.7437.83-
YUV41.78199.79125.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 169 (66.41% from 255) = 74.78%
R=16.81%
G=8.41%
B=74.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal38191690.780.8900.34247.679.7936.86
Hex2613A94E59022f85025
Octal462325111613104237012045
Binary1001101001110101001100111010110010100010111110001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2613A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2613A9; }

 p { color: rgb(38,19,169); }

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

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

 a { background-color: rgb(38,19,169); }

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

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

 span { border-color: rgb(38,19,169); }

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