#26065D

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

Shades of Christalle #26065D

Tints of Christalle #26065D

Color information

#26065D (or 0x26065D) is unknown color: approx Christalle. HEX triplet: 26, 06 and 5D. RGB value is (38,6,93). Sum of RGB (Red+Green+Blue) = 38+6+93=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #26065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26065D is #D9F9A2. Grayscale: #191919. Windows color (decimal): -14285219 or 6096422. OLE color: 6096422.

HSL color Cylindrical-coordinate representation of color #26065D: hue angle of 262.07º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26065D is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB38693-
CMYK0.590.9400.64
HSL262.07º87.88%19.41%-
HSV(B)262.07º93.55%36.47%-
XYZ2.841.3310.46-
YUV25.49166.1136.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=27.74%
G=4.38%
B=67.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal386930.590.9400.64262.0787.8819.41
Hex2665D3B5E0401065813
Octal46613573136010040613023
Binary1001101101011101111011101111001000000100000110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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