#26099C

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

Shades of Ultramarine #26099C

Tints of Ultramarine #26099C

Color information

#26099C (or 0x26099C) is unknown color: approx Ultramarine. HEX triplet: 26, 09 and 9C. RGB value is (38,9,156). Sum of RGB (Red+Green+Blue) = 38+9+156=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #26099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26099C is #D9F663. Grayscale: #212121. Windows color (decimal): -14284388 or 10225958. OLE color: 10225958.

HSL color Cylindrical-coordinate representation of color #26099C: hue angle of 251.84º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26099C is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB389156-
CMYK0.760.9400.39
HSL251.84º89.09%32.35%-
HSV(B)251.84º94.23%61.18%-
XYZ6.93.0131.67-
YUV34.43196.61130.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 156 (61.33% from 255) = 76.85%
R=18.72%
G=4.43%
B=76.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal3891560.760.9400.39251.8489.0932.35
Hex2699C4C5E027fc5920
Octal461123411413604737413140
Binary100110100110011100100110010111100100111111111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26099C; }

 p { color: rgb(38,9,156); }

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

<style>
 a { background-color: #26099C; }

 a { background-color: rgb(38,9,156); }

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

<style>
 span { border-color: #26099C; }

 span { border-color: rgb(38,9,156); }

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