#26158A

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

Shades of Ultramarine #26158A

Tints of Ultramarine #26158A

Color information

#26158A (or 0x26158A) is unknown color: approx Ultramarine. HEX triplet: 26, 15 and 8A. RGB value is (38,21,138). Sum of RGB (Red+Green+Blue) = 38+21+138=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #26158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26158A is #D9EA75. Grayscale: #262626. Windows color (decimal): -14281334 or 9049382. OLE color: 9049382.

HSL color Cylindrical-coordinate representation of color #26158A: hue angle of 248.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26158A is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3821138-
CMYK0.720.8500.46
HSL248.72º73.58%31.18%-
HSV(B)248.72º84.78%54.12%-
XYZ5.652.7824.28-
YUV39.42183.63126.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 138 (54.30% from 255) = 70.05%
R=19.29%
G=10.66%
B=70.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38211380.720.8500.46248.7273.5831.18
Hex26158A485502Ef94a1f
Octal462521211012505637111237
Binary100110101011000101010010001010101010111011111001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26158A; }

 p { color: rgb(38,21,138); }

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

<style>
 a { background-color: #26158A; }

 a { background-color: rgb(38,21,138); }

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

<style>
 span { border-color: #26158A; }

 span { border-color: rgb(38,21,138); }

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