#26198e

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

Shades of Ultramarine #26198E

Tints of Ultramarine #26198E

Color information

#26198E (or 0x26198E) is unknown color: approx Ultramarine. HEX triplet: 26, 19 and 8E. RGB value is (38,25,142). Sum of RGB (Red+Green+Blue) = 38+25+142=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #26198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26198E is #D9E671. Grayscale: #292929. Windows color (decimal): -14280306 or 9312550. OLE color: 9312550.

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

Color convert

RGB3825142-
CMYK0.730.8200.44
HSL246.67º70.06%32.75%-
HSV(B)246.67º82.39%55.69%-
XYZ6.033.0625.86-
YUV42.22184.31124.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 142 (55.86% from 255) = 69.27%
R=18.54%
G=12.20%
B=69.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38251420.730.8200.44246.6770.0632.75
Hex26198E495202Cf74621
Octal463121611112205436710641
Binary1001101100110001110100100110100100101100111101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26198e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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