#26198C

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

Shades of Ultramarine #26198C

Tints of Ultramarine #26198C

Color information

#26198C (or 0x26198C) is unknown color: approx Ultramarine. HEX triplet: 26, 19 and 8C. RGB value is (38,25,140). Sum of RGB (Red+Green+Blue) = 38+25+140=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #26198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26198C is #D9E673. Grayscale: #292929. Windows color (decimal): -14280308 or 9181478. OLE color: 9181478.

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

Color convert

RGB3825140-
CMYK0.730.8200.45
HSL246.78º69.7%32.35%-
HSV(B)246.78º82.14%54.9%-
XYZ5.88325.08-
YUV42183.31125.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 140 (55.08% from 255) = 68.97%
R=18.72%
G=12.32%
B=68.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38251400.730.8200.45246.7869.732.35
Hex26198C495202Df74620
Octal463121411112205536710640
Binary1001101100110001100100100110100100101101111101111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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