#26095D

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

Shades of Christalle #26095D

Tints of Christalle #26095D

Color information

#26095D (or 0x26095D) is unknown color: approx Christalle. HEX triplet: 26, 09 and 5D. RGB value is (38,9,93). Sum of RGB (Red+Green+Blue) = 38+9+93=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #26095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26095D is #D9F6A2. Grayscale: #1A1A1A. Windows color (decimal): -14284451 or 6097190. OLE color: 6097190.

HSL color Cylindrical-coordinate representation of color #26095D: hue angle of 260.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26095D is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB38993-
CMYK0.590.9000.64
HSL260.71º82.35%20%-
HSV(B)260.71º90.32%36.47%-
XYZ2.871.410.47-
YUV27.25165.11135.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.14%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 93 (36.72% from 255) = 66.43%
R=27.14%
G=6.43%
B=66.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal389930.590.9000.64260.7182.3520
Hex2695D3B5A0401055214
Octal461113573132010040512224
Binary10011010011011101111011101101001000000100000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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