#250A5A

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

Shades of Christalle #250A5A

Tints of Christalle #250A5A

Color information

#250A5A (or 0x250A5A) is unknown color: approx Christalle. HEX triplet: 25, 0A and 5A. RGB value is (37,10,90). Sum of RGB (Red+Green+Blue) = 37+10+90=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #250A5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250A5A is #DAF5A5. Grayscale: #1A1A1A. Windows color (decimal): -14349734 or 5900837. OLE color: 5900837.

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

Color convert

RGB371090-
CMYK0.590.8900.65
HSL260.25º80%19.61%-
HSV(B)260.25º88.89%35.29%-
XYZ2.721.359.79-
YUV27.19163.45135-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 10 (4.30% from 255) = 7.30%
BLUE value IS 90 (35.55% from 255) = 65.69%
R=27.01%
G=7.30%
B=65.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3710900.590.8900.65260.258019.61
Hex25A5A3B590411045014
Octal451213273131010140412024
Binary10010110101011010111011101100101000001100000100101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #250A5A;
 }
 .AnyTagClassName
 {
   color: #250A5A;
 }
</style>
background-color css

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

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

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

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

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

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