Html Css Color HEX #250B5A Christalle

📋 copy color: '#250B5A'

red 37 ◦ green 11 ◦ blue 90

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

Shades of Christalle #250B5A

Tints of Christalle #250B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.97%

 BLUE value IS 90 (35.55% from 255) = 65.22%

R = 26.81%
G = 7.97%
B = 65.22%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#250B5A (or 0x250B5A) is known color: Christalle. HEX triplet: 25, 0B and 5A. RGB value is (37,11,90). Sum of RGB (Red+Green+Blue) = 37+11+90=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #250B5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250B5A is #DAF4A5. Grayscale: #1B1B1B. Windows color (decimal): -14349478 or 5901093. OLE color: 5901093.

HSL color Cylindrical-coordinate representation of color #250B5A: hue angle of 259.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250B5A is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 11 90 -
CMYK 0.59 0.88 0 0.65
HSL 259.75º 0.78% 0.2% -
HSV(B) 259.75º 0.88% 0.35% -
XYZ 2.73 1.37 9.79 -
YUV 27.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 37 11 90 0.59 0.88 0 0.65 259.75 0.78 0.2
Hex 25 B 5A 3B 58 0 41 104 4E 14
Octal 45 13 132 73 130 0 101 404 116 24
Binary 100101 1011 1011010 111011 1011000 0 1000001 100000100 1001110 10100

Color Harmonies of #250B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B5A

Black with #250B5A

Text Example


Text Example

White with #250B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,11,90); }

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

background-color css

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

 a { background-color: rgb(37,11,90); }

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

border-color css

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

 span { border-color: rgb(37,11,90); }

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