Html Css Color HEX #250F5E Christalle

📋 copy color: '#250F5E'

red 37 ◦ green 15 ◦ blue 94

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

Shades of Christalle #250F5E

Tints of Christalle #250F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.27%

 BLUE value IS 94 (37.11% from 255) = 64.38%

R = 25.34%
G = 10.27%
B = 64.38%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#250F5E (or 0x250F5E) is known color: Christalle. HEX triplet: 25, 0F and 5E. RGB value is (37,15,94). Sum of RGB (Red+Green+Blue) = 37+15+94=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #250F5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250F5E is #DAF0A1. Grayscale: #1E1E1E. Windows color (decimal): -14348450 or 6164261. OLE color: 6164261.

HSL color Cylindrical-coordinate representation of color #250F5E: hue angle of 256.71º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250F5E is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 15 94 -
CMYK 0.61 0.84 0 0.63
HSL 256.71º 0.72% 0.21% -
HSV(B) 256.71º 0.84% 0.37% -
XYZ 2.95 1.54 10.73 -
YUV 30.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 37 15 94 0.61 0.84 0 0.63 256.71 0.72 0.21
Hex 25 F 5E 3D 54 0 3F 101 48 15
Octal 45 17 136 75 124 0 77 401 110 25
Binary 100101 1111 1011110 111101 1010100 0 111111 100000001 1001000 10101

Color Harmonies of #250F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F5E

Black with #250F5E

Text Example


Text Example

White with #250F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,15,94); }

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

background-color css

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

 a { background-color: rgb(37,15,94); }

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

border-color css

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

 span { border-color: rgb(37,15,94); }

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