Html Css Color HEX #250C5B Christalle

📋 copy color: '#250C5B'

red 37 ◦ green 12 ◦ blue 91

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

Shades of Christalle #250C5B

Tints of Christalle #250C5B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.57%

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

R = 26.43%
G = 8.57%
B = 65%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#250C5B (or 0x250C5B) is known color: Christalle. HEX triplet: 25, 0C and 5B. RGB value is (37,12,91). Sum of RGB (Red+Green+Blue) = 37+12+91=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #250C5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C5B is #DAF3A4. Grayscale: #1C1C1C. Windows color (decimal): -14349221 or 5966885. OLE color: 5966885.

HSL color Cylindrical-coordinate representation of color #250C5B: hue angle of 258.99º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #250C5B is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 12 91 -
CMYK 0.59 0.87 0 0.64
HSL 258.99º 0.77% 0.2% -
HSV(B) 258.99º 0.87% 0.36% -
XYZ 2.78 1.41 10.02 -
YUV 28.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 37 12 91 0.59 0.87 0 0.64 258.99 0.77 0.2
Hex 25 C 5B 3B 57 0 40 103 4D 14
Octal 45 14 133 73 127 0 100 403 115 24
Binary 100101 1100 1011011 111011 1010111 0 1000000 100000011 1001101 10100

Color Harmonies of #250C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C5B

Black with #250C5B

Text Example


Text Example

White with #250C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C5B; }

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

 H1.HeaderClassName
 {
   color: #250C5B;
 }
 .AnyTagClassName
 {
   color: #250C5B;
 }
</style>

background-color css

<style>
 a { background-color: #250C5B; }

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

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

border-color css

<style>
 span { border-color: #250C5B; }

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

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