Html Css Color HEX #251A51 Paua

📋 copy color: '#251A51'

red 37 ◦ green 26 ◦ blue 81

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

Shades of Paua #251A51

Tints of Paua #251A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 56.25%

R = 25.69%
G = 18.06%
B = 56.25%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#251A51 (or 0x251A51) is known color: Paua. HEX triplet: 25, 1A and 51. RGB value is (37,26,81). Sum of RGB (Red+Green+Blue) = 37+26+81=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #251A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A51 is #DAE5AE. Grayscale: #232323. Windows color (decimal): -14345647 or 5315109. OLE color: 5315109.

HSL color Cylindrical-coordinate representation of color #251A51: hue angle of 252º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251A51 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 26 81 -
CMYK 0.54 0.68 0 0.68
HSL 252º 0.51% 0.21% -
HSV(B) 252º 0.68% 0.32% -
XYZ 2.62 1.73 7.98 -
YUV 35.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 37 26 81 0.54 0.68 0 0.68 252 0.51 0.21
Hex 25 1A 51 36 44 0 44 FC 33 15
Octal 45 32 121 66 104 0 104 374 63 25
Binary 100101 11010 1010001 110110 1000100 0 1000100 11111100 110011 10101

Color Harmonies of #251A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A51

Black with #251A51

Text Example


Text Example

White with #251A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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