Html Css Color HEX #25085B Christalle

📋 copy color: '#25085B'

red 37 ◦ green 8 ◦ blue 91

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

Shades of Christalle #25085B

Tints of Christalle #25085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.88%

 BLUE value IS 91 (35.94% from 255) = 66.91%

R = 27.21%
G = 5.88%
B = 66.91%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25085B (or 0x25085B) is known color: Christalle. HEX triplet: 25, 08 and 5B. RGB value is (37,8,91). Sum of RGB (Red+Green+Blue) = 37+8+91=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #25085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25085B is #DAF7A4. Grayscale: #191919. Windows color (decimal): -14350245 or 5965861. OLE color: 5965861.

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

Color convert

RGB 37 8 91 -
CMYK 0.59 0.91 0 0.64
HSL 260.96º 0.84% 0.19% -
HSV(B) 260.96º 0.91% 0.36% -
XYZ 2.74 1.32 10.01 -
YUV 26.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 37 8 91 0.59 0.91 0 0.64 260.96 0.84 0.19
Hex 25 8 5B 3B 5B 0 40 105 54 13
Octal 45 10 133 73 133 0 100 405 124 23
Binary 100101 1000 1011011 111011 1011011 0 1000000 100000101 1010100 10011

Color Harmonies of #25085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25085B

Black with #25085B

Text Example


Text Example

White with #25085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25085B; }

 p { color: rgb(37,8,91); }

 H1.HeaderClassName
 {
   color: #25085B;
 }
 .AnyTagClassName
 {
   color: #25085B;
 }
</style>

background-color css

<style>
 a { background-color: #25085B; }

 a { background-color: rgb(37,8,91); }

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

border-color css

<style>
 span { border-color: #25085B; }

 span { border-color: rgb(37,8,91); }

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