#26198F

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

Shades of Ultramarine #26198F

Tints of Ultramarine #26198F

Color information

#26198F (or 0x26198F) is unknown color: approx Ultramarine. HEX triplet: 26, 19 and 8F. RGB value is (38,25,143). Sum of RGB (Red+Green+Blue) = 38+25+143=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 143 (56.25% from 255 or 69.42% from 206); Max value from RGB is 143 - color contains mainly: blue. Hex color #26198F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26198F is #D9E670. Grayscale: #292929. Windows color (decimal): -14280305 or 9378086. OLE color: 9378086.

HSL color Cylindrical-coordinate representation of color #26198F: hue angle of 246.61º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26198F is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3825143-
CMYK0.730.8300.44
HSL246.61º70.24%32.94%-
HSV(B)246.61º82.52%56.08%-
XYZ6.13.0926.26-
YUV42.34184.81124.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 143 (56.25% from 255) = 69.42%
R=18.45%
G=12.14%
B=69.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38251430.730.8300.44246.6170.2432.94
Hex26198F495302Cf74621
Octal463121711112305436710641
Binary1001101100110001111100100110100110101100111101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26198F; }

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

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

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

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

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

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

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

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