Html Css Color HEX #251A5E Paris M

📋 copy color: '#251A5E'

red 37 ◦ green 26 ◦ blue 94

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

Shades of Paris M #251A5E

Tints of Paris M #251A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

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

R = 23.57%
G = 16.56%
B = 59.87%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#251A5E (or 0x251A5E) is known color: Paris M. HEX triplet: 25, 1A and 5E. RGB value is (37,26,94). Sum of RGB (Red+Green+Blue) = 37+26+94=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #251A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A5E is #DAE5A1. Grayscale: #242424. Windows color (decimal): -14345634 or 6167077. OLE color: 6167077.

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

Color convert

RGB 37 26 94 -
CMYK 0.61 0.72 0 0.63
HSL 249.71º 0.57% 0.24% -
HSV(B) 249.71º 0.72% 0.37% -
XYZ 3.15 1.94 10.8 -
YUV 37.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 37 26 94 0.61 0.72 0 0.63 249.71 0.57 0.24
Hex 25 1A 5E 3D 48 0 3F FA 39 18
Octal 45 32 136 75 110 0 77 372 71 30
Binary 100101 11010 1011110 111101 1001000 0 111111 11111010 111001 11000

Color Harmonies of #251A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A5E

Black with #251A5E

Text Example


Text Example

White with #251A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251A5E; }

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

 H1.HeaderClassName
 {
   color: #251A5E;
 }
 .AnyTagClassName
 {
   color: #251A5E;
 }
</style>

background-color css

<style>
 a { background-color: #251A5E; }

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

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

border-color css

<style>
 span { border-color: #251A5E; }

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

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