#26128D

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

Shades of Ultramarine #26128D

Tints of Ultramarine #26128D

Color information

#26128D (or 0x26128D) is unknown color: approx Ultramarine. HEX triplet: 26, 12 and 8D. RGB value is (38,18,141). Sum of RGB (Red+Green+Blue) = 38+18+141=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #26128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26128D is #D9ED72. Grayscale: #252525. Windows color (decimal): -14282099 or 9245222. OLE color: 9245222.

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

Color convert

RGB3818141-
CMYK0.730.8700.45
HSL249.76º77.36%31.18%-
HSV(B)249.76º87.23%55.29%-
XYZ5.822.7725.43-
YUV38186.13128-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 141 (55.47% from 255) = 71.57%
R=19.29%
G=9.14%
B=71.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38181410.730.8700.45249.7677.3631.18
Hex26128D495702Dfa4d1f
Octal462221511112705537211537
Binary100110100101000110110010011010111010110111111010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26128D; }

 p { color: rgb(38,18,141); }

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

<style>
 a { background-color: #26128D; }

 a { background-color: rgb(38,18,141); }

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

<style>
 span { border-color: #26128D; }

 span { border-color: rgb(38,18,141); }

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