#261999

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

Shades of Ultramarine #261999

Tints of Ultramarine #261999

Color information

#261999 (or 0x261999) is unknown color: approx Ultramarine. HEX triplet: 26, 19 and 99. RGB value is (38,25,153). Sum of RGB (Red+Green+Blue) = 38+25+153=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #261999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261999 is #D9E666. Grayscale: #2A2A2A. Windows color (decimal): -14280295 or 10033446. OLE color: 10033446.

HSL color Cylindrical-coordinate representation of color #261999: hue angle of 246.09º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261999 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3825153-
CMYK0.750.8400.4
HSL246.09º71.91%34.9%-
HSV(B)246.09º83.66%60%-
XYZ6.93.4130.43-
YUV43.48189.81124.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 153 (60.16% from 255) = 70.83%
R=17.59%
G=11.57%
B=70.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38251530.750.8400.4246.0971.9134.9
Hex2619994B54028f64823
Octal463123111312405036611043
Binary1001101100110011001100101110101000101000111101101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261999; }

 p { color: rgb(38,25,153); }

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

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

 a { background-color: rgb(38,25,153); }

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

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

 span { border-color: rgb(38,25,153); }

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