Html Css Color HEX #251A40 Tolopea

📋 copy color: '#251A40'

red 37 ◦ green 26 ◦ blue 64

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

Shades of Tolopea #251A40

Tints of Tolopea #251A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 50.39%

R = 29.13%
G = 20.47%
B = 50.39%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#251A40 (or 0x251A40) is known color: Tolopea. HEX triplet: 25, 1A and 40. RGB value is (37,26,64). Sum of RGB (Red+Green+Blue) = 37+26+64=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #251A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A40 is #DAE5BF. Grayscale: #212121. Windows color (decimal): -14345664 or 4200997. OLE color: 4200997.

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

Color convert

RGB 37 26 64 -
CMYK 0.42 0.59 0 0.75
HSL 257.37º 0.42% 0.18% -
HSV(B) 257.37º 0.59% 0.25% -
XYZ 2.06 1.5 5.03 -
YUV 33.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 37 26 64 0.42 0.59 0 0.75 257.37 0.42 0.18
Hex 25 1A 40 2A 3B 0 4B 101 2A 12
Octal 45 32 100 52 73 0 113 401 52 22
Binary 100101 11010 1000000 101010 111011 0 1001011 100000001 101010 10010

Color Harmonies of #251A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A40

Black with #251A40

Text Example


Text Example

White with #251A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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