#261899

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

Shades of Ultramarine #261899

Tints of Ultramarine #261899

Color information

#261899 (or 0x261899) is unknown color: approx Ultramarine. HEX triplet: 26, 18 and 99. RGB value is (38,24,153). Sum of RGB (Red+Green+Blue) = 38+24+153=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #261899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261899 is #D9E766. Grayscale: #2A2A2A. Windows color (decimal): -14280551 or 10033190. OLE color: 10033190.

HSL color Cylindrical-coordinate representation of color #261899: hue angle of 246.51º degrees, saturation: 0.73, 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 #261899 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3824153-
CMYK0.750.8400.4
HSL246.51º72.88%34.71%-
HSV(B)246.51º84.31%60%-
XYZ6.883.3730.42-
YUV42.89190.14124.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 153 (60.16% from 255) = 71.16%
R=17.67%
G=11.16%
B=71.16%

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
Decimal38241530.750.8400.4246.5172.8834.71
Hex2618994B54028f74923
Octal463023111312405036711143
Binary1001101100010011001100101110101000101000111101111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261899; }

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

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

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

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

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

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

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

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