#250B5A

Color #250B5A Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #250B5A

Tints of Christalle #250B5A

Color information

#250B5A (or 0x250B5A) is unknown color: approx 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

RGB371190-
CMYK0.590.8800.65
HSL259.75º78.22%19.8%-
HSV(B)259.75º87.78%35.29%-
XYZ2.731.379.79-
YUV27.78163.11134.58-

RGB Variations

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

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 (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3711900.590.8800.65259.7578.2219.8
Hex25B5A3B580411044e14
Octal451313273130010140411624
Binary10010110111011010111011101100001000001100000100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>