#26218C

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

Shades of Ultramarine #26218C

Tints of Ultramarine #26218C

Color information

#26218C (or 0x26218C) is unknown color: approx Ultramarine. HEX triplet: 26, 21 and 8C. RGB value is (38,33,140). Sum of RGB (Red+Green+Blue) = 38+33+140=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #26218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26218C is #D9DE73. Grayscale: #2E2E2E. Windows color (decimal): -14278260 or 9183526. OLE color: 9183526.

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

Color convert

RGB3833140-
CMYK0.730.7600.45
HSL242.8º61.85%33.92%-
HSV(B)242.8º76.43%54.9%-
XYZ6.083.3925.15-
YUV46.69180.66121.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 140 (55.08% from 255) = 66.35%
R=18.01%
G=15.64%
B=66.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38331400.730.7600.45242.861.8533.92
Hex26218C494C02Df33e22
Octal46412141111140553637642
Binary1001101000011000110010010011001100010110111110011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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