Html Css Color HEX #25065D Christalle

📋 copy color: '#25065D'

red 37 ◦ green 6 ◦ blue 93

#25065D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #25065D

Tints of Christalle #25065D

RGB

 RED value IS 37 (14.84% from 255) = 27.21%

 GREEN value IS 6 (2.73% from 255) = 4.41%

 BLUE value IS 93 (36.72% from 255) = 68.38%

R = 27.21%
G = 4.41%
B = 68.38%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25065D (or 0x25065D) is known color: Christalle. HEX triplet: 25, 06 and 5D. RGB value is (37,6,93). Sum of RGB (Red+Green+Blue) = 37+6+93=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #25065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25065D is #DAF9A2. Grayscale: #181818. Windows color (decimal): -14350755 or 6096421. OLE color: 6096421.

HSL color Cylindrical-coordinate representation of color #25065D: hue angle of 261.38º 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 #25065D is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 6 93 -
CMYK 0.60 0.94 0 0.64
HSL 261.38º 0.88% 0.19% -
HSV(B) 261.38º 0.94% 0.36% -
XYZ 2.8 1.31 10.46 -
YUV 25.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 37 6 93 0.60 0.94 0 0.64 261.38 0.88 0.19
Hex 25 6 5D 3C 5E 0 40 105 58 13
Octal 45 6 135 74 136 0 100 405 130 23
Binary 100101 110 1011101 111100 1011110 0 1000000 100000101 1011000 10011

Color Harmonies of #25065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25065D

Black with #25065D

Text Example


Text Example

White with #25065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25065D;
 }
 .AnyTagClassName
 {
   color: #25065D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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