#261E89

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

Shades of Ultramarine #261E89

Tints of Ultramarine #261E89

Color information

#261E89 (or 0x261E89) is unknown color: approx Ultramarine. HEX triplet: 26, 1E and 89. RGB value is (38,30,137). Sum of RGB (Red+Green+Blue) = 38+30+137=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #261E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261E89 is #D9E176. Grayscale: #2C2C2C. Windows color (decimal): -14279031 or 8986150. OLE color: 8986150.

HSL color Cylindrical-coordinate representation of color #261E89: hue angle of 244.49º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261E89 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3830137-
CMYK0.720.7800.46
HSL244.49º64.07%32.75%-
HSV(B)244.49º78.1%53.73%-
XYZ5.783.1523.97-
YUV44.59180.15123.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 137 (53.91% from 255) = 66.83%
R=18.54%
G=14.63%
B=66.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38301370.720.7800.46244.4964.0732.75
Hex261E89484E02Ef44021
Octal463621111011605636410041
Binary1001101111010001001100100010011100101110111101001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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