#26189F

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

Shades of Ultramarine #26189F

Tints of Ultramarine #26189F

Color information

#26189F (or 0x26189F) is unknown color: approx Ultramarine. HEX triplet: 26, 18 and 9F. RGB value is (38,24,159). Sum of RGB (Red+Green+Blue) = 38+24+159=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #26189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26189F is #D9E760. Grayscale: #2B2B2B. Windows color (decimal): -14280545 or 10426406. OLE color: 10426406.

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

Color convert

RGB3824159-
CMYK0.760.8500.38
HSL246.22º73.77%35.88%-
HSV(B)246.22º84.91%62.35%-
XYZ7.383.5733.1-
YUV43.58193.14124.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 159 (62.5% from 255) = 71.95%
R=17.19%
G=10.86%
B=71.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38241590.760.8500.38246.2273.7735.88
Hex26189F4C55026f64a24
Octal463023711412504636611244
Binary1001101100010011111100110010101010100110111101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26189F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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