Html Css Color HEX #251B60 Paris M

📋 copy color: '#251B60'

red 37 ◦ green 27 ◦ blue 96

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

Shades of Paris M #251B60

Tints of Paris M #251B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.88%

 BLUE value IS 96 (37.89% from 255) = 60%

R = 23.13%
G = 16.88%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#251B60 (or 0x251B60) is known color: Paris M. HEX triplet: 25, 1B and 60. RGB value is (37,27,96). Sum of RGB (Red+Green+Blue) = 37+27+96=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #251B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251B60 is #DAE49F. Grayscale: #252525. Windows color (decimal): -14345376 or 6298405. OLE color: 6298405.

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

Color convert

RGB 37 27 96 -
CMYK 0.61 0.72 0 0.62
HSL 248.7º 0.56% 0.24% -
HSV(B) 248.7º 0.72% 0.38% -
XYZ 3.27 2.02 11.28 -
YUV 37.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 37 27 96 0.61 0.72 0 0.62 248.7 0.56 0.24
Hex 25 1B 60 3D 48 0 3E F9 38 18
Octal 45 33 140 75 110 0 76 371 70 30
Binary 100101 11011 1100000 111101 1001000 0 111110 11111001 111000 11000

Color Harmonies of #251B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B60

Black with #251B60

Text Example


Text Example

White with #251B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,27,96); }

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

background-color css

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

 a { background-color: rgb(37,27,96); }

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

border-color css

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

 span { border-color: rgb(37,27,96); }

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