Html Css Color HEX #251A53 Paua

📋 copy color: '#251A53'

red 37 ◦ green 26 ◦ blue 83

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

Shades of Paua #251A53

Tints of Paua #251A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 56.85%

R = 25.34%
G = 17.81%
B = 56.85%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#251A53 (or 0x251A53) is known color: Paua. HEX triplet: 25, 1A and 53. RGB value is (37,26,83). Sum of RGB (Red+Green+Blue) = 37+26+83=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #251A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A53 is #DAE5AC. Grayscale: #232323. Windows color (decimal): -14345645 or 5446181. OLE color: 5446181.

HSL color Cylindrical-coordinate representation of color #251A53: hue angle of 251.58º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #251A53 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 26 83 -
CMYK 0.55 0.69 0 0.67
HSL 251.58º 0.52% 0.21% -
HSV(B) 251.58º 0.69% 0.33% -
XYZ 2.69 1.76 8.38 -
YUV 35.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 37 26 83 0.55 0.69 0 0.67 251.58 0.52 0.21
Hex 25 1A 53 37 45 0 43 FC 34 15
Octal 45 32 123 67 105 0 103 374 64 25
Binary 100101 11010 1010011 110111 1000101 0 1000011 11111100 110100 10101

Color Harmonies of #251A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A53

Black with #251A53

Text Example


Text Example

White with #251A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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