#261EA9

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

Shades of Ultramarine #261EA9

Tints of Ultramarine #261EA9

Color information

#261EA9 (or 0x261EA9) is unknown color: approx Ultramarine. HEX triplet: 26, 1E and A9. RGB value is (38,30,169). Sum of RGB (Red+Green+Blue) = 38+30+169=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #261EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261EA9 is #D9E156. Grayscale: #2F2F2F. Windows color (decimal): -14278999 or 11083302. OLE color: 11083302.

HSL color Cylindrical-coordinate representation of color #261EA9: hue angle of 243.45º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261EA9 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3830169-
CMYK0.780.8200.34
HSL243.45º69.85%39.02%-
HSV(B)243.45º82.25%66.27%-
XYZ8.434.2137.9-
YUV48.24196.15120.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 169 (66.41% from 255) = 71.31%
R=16.03%
G=12.66%
B=71.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal38301690.780.8200.34243.4569.8539.02
Hex261EA94E52022f34627
Octal463625111612204236310647
Binary1001101111010101001100111010100100100010111100111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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