#261C89

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

Shades of Ultramarine #261C89

Tints of Ultramarine #261C89

Color information

#261C89 (or 0x261C89) is unknown color: approx Ultramarine. HEX triplet: 26, 1C and 89. RGB value is (38,28,137). Sum of RGB (Red+Green+Blue) = 38+28+137=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #261C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261C89 is #D9E376. Grayscale: #2A2A2A. Windows color (decimal): -14279543 or 8985638. OLE color: 8985638.

HSL color Cylindrical-coordinate representation of color #261C89: hue angle of 245.5º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261C89 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3828137-
CMYK0.720.8000.46
HSL245.5º66.06%32.35%-
HSV(B)245.5º79.56%53.73%-
XYZ5.733.0523.95-
YUV43.42180.81124.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 137 (53.91% from 255) = 67.49%
R=18.72%
G=13.79%
B=67.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38281370.720.8000.46245.566.0632.35
Hex261C89485002Ef64220
Octal463421111012005636610240
Binary1001101110010001001100100010100000101110111101101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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