#26129F

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

Shades of Ultramarine #26129F

Tints of Ultramarine #26129F

Color information

#26129F (or 0x26129F) is unknown color: approx Ultramarine. HEX triplet: 26, 12 and 9F. RGB value is (38,18,159). Sum of RGB (Red+Green+Blue) = 38+18+159=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 159 (62.5% from 255 or 73.95% from 215); Max value from RGB is 159 - color contains mainly: blue. Hex color #26129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26129F is #D9ED60. Grayscale: #272727. Windows color (decimal): -14282081 or 10424870. OLE color: 10424870.

HSL color Cylindrical-coordinate representation of color #26129F: hue angle of 248.51º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26129F is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3818159-
CMYK0.760.8900.38
HSL248.51º79.66%34.71%-
HSV(B)248.51º88.68%62.35%-
XYZ7.273.3533.06-
YUV40.05195.13126.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 159 (62.5% from 255) = 73.95%
R=17.67%
G=8.37%
B=73.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38181590.760.8900.38248.5179.6634.71
Hex26129F4C59026f95023
Octal462223711413104637112043
Binary1001101001010011111100110010110010100110111110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26129F; }

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

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

<style>
 a { background-color: #26129F; }

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

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

<style>
 span { border-color: #26129F; }

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

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