Html Css Color HEX #251A5F Paris M

📋 copy color: '#251A5F'

red 37 ◦ green 26 ◦ blue 95

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

Shades of Paris M #251A5F

Tints of Paris M #251A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 60.13%

R = 23.42%
G = 16.46%
B = 60.13%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#251A5F (or 0x251A5F) is known color: Paris M. HEX triplet: 25, 1A and 5F. RGB value is (37,26,95). Sum of RGB (Red+Green+Blue) = 37+26+95=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #251A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A5F is #DAE5A0. Grayscale: #242424. Windows color (decimal): -14345633 or 6232613. OLE color: 6232613.

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

Color convert

RGB 37 26 95 -
CMYK 0.61 0.73 0 0.63
HSL 249.57º 0.57% 0.24% -
HSV(B) 249.57º 0.73% 0.37% -
XYZ 3.2 1.96 11.04 -
YUV 37.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 37 26 95 0.61 0.73 0 0.63 249.57 0.57 0.24
Hex 25 1A 5F 3D 49 0 3F FA 39 18
Octal 45 32 137 75 111 0 77 372 71 30
Binary 100101 11010 1011111 111101 1001001 0 111111 11111010 111001 11000

Color Harmonies of #251A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A5F

Black with #251A5F

Text Example


Text Example

White with #251A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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