#26138E

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

Shades of Ultramarine #26138E

Tints of Ultramarine #26138E

Color information

#26138E (or 0x26138E) is unknown color: approx Ultramarine. HEX triplet: 26, 13 and 8E. RGB value is (38,19,142). Sum of RGB (Red+Green+Blue) = 38+19+142=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #26138E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26138E is #D9EC71. Grayscale: #262626. Windows color (decimal): -14281842 or 9311014. OLE color: 9311014.

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

Color convert

RGB3819142-
CMYK0.730.8700.44
HSL249.27º76.4%31.57%-
HSV(B)249.27º86.62%55.69%-
XYZ5.912.8325.83-
YUV38.7186.29127.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 142 (55.86% from 255) = 71.36%
R=19.10%
G=9.55%
B=71.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38191420.730.8700.44249.2776.431.57
Hex26138E495702Cf94c20
Octal462321611112705437111440
Binary1001101001110001110100100110101110101100111110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26138E; }

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

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

<style>
 a { background-color: #26138E; }

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

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

<style>
 span { border-color: #26138E; }

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

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