#26099D

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

Shades of Ultramarine #26099D

Tints of Ultramarine #26099D

Color information

#26099D (or 0x26099D) is unknown color: approx Ultramarine. HEX triplet: 26, 09 and 9D. RGB value is (38,9,157). Sum of RGB (Red+Green+Blue) = 38+9+157=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 157 (61.72% from 255 or 76.96% from 204); Max value from RGB is 157 - color contains mainly: blue. Hex color #26099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26099D is #D9F662. Grayscale: #212121. Windows color (decimal): -14284387 or 10291494. OLE color: 10291494.

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

Color convert

RGB389157-
CMYK0.760.9400.38
HSL251.76º89.16%32.55%-
HSV(B)251.76º94.27%61.57%-
XYZ6.983.0432.12-
YUV34.54197.11130.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 157 (61.72% from 255) = 76.96%
R=18.63%
G=4.41%
B=76.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3891570.760.9400.38251.7689.1632.55
Hex2699D4C5E026fc5921
Octal461123511413604637413141
Binary100110100110011101100110010111100100110111111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26099D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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