#26118C

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

Shades of Ultramarine #26118C

Tints of Ultramarine #26118C

Color information

#26118C (or 0x26118C) is unknown color: approx Ultramarine. HEX triplet: 26, 11 and 8C. RGB value is (38,17,140). Sum of RGB (Red+Green+Blue) = 38+17+140=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #26118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26118C is #D9EE73. Grayscale: #242424. Windows color (decimal): -14282356 or 9179430. OLE color: 9179430.

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

Color convert

RGB3817140-
CMYK0.730.8800.45
HSL250.24º78.34%30.78%-
HSV(B)250.24º87.86%54.9%-
XYZ5.732.7125.03-
YUV37.3185.96128.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 140 (55.08% from 255) = 71.79%
R=19.49%
G=8.72%
B=71.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38171400.730.8800.45250.2478.3430.78
Hex26118C495802Dfa4e1f
Octal462121411113005537211637
Binary100110100011000110010010011011000010110111111010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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