Html Css Color HEX #251A66 Paris M

📋 copy color: '#251A66'

red 37 ◦ green 26 ◦ blue 102

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

Shades of Paris M #251A66

Tints of Paris M #251A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 61.82%

R = 22.42%
G = 15.76%
B = 61.82%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#251A66 (or 0x251A66) is known color: Paris M. HEX triplet: 25, 1A and 66. RGB value is (37,26,102). Sum of RGB (Red+Green+Blue) = 37+26+102=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #251A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A66 is #DAE599. Grayscale: #252525. Windows color (decimal): -14345626 or 6691365. OLE color: 6691365.

HSL color Cylindrical-coordinate representation of color #251A66: hue angle of 248.68º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251A66 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 26 102 -
CMYK 0.64 0.75 0 0.6
HSL 248.68º 0.59% 0.25% -
HSV(B) 248.68º 0.75% 0.4% -
XYZ 3.53 2.09 12.79 -
YUV 37.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 37 26 102 0.64 0.75 0 0.6 248.68 0.59 0.25
Hex 25 1A 66 40 4B 0 3C F9 3B 19
Octal 45 32 146 100 113 0 74 371 73 31
Binary 100101 11010 1100110 1000000 1001011 0 111100 11111001 111011 11001

Color Harmonies of #251A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A66

Black with #251A66

Text Example


Text Example

White with #251A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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