Html Css Color HEX #251A4F Paua

📋 copy color: '#251A4F'

red 37 ◦ green 26 ◦ blue 79

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

Shades of Paua #251A4F

Tints of Paua #251A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 55.63%

R = 26.06%
G = 18.31%
B = 55.63%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#251A4F (or 0x251A4F) is known color: Paua. HEX triplet: 25, 1A and 4F. RGB value is (37,26,79). Sum of RGB (Red+Green+Blue) = 37+26+79=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #251A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A4F is #DAE5B0. Grayscale: #232323. Windows color (decimal): -14345649 or 5184037. OLE color: 5184037.

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

Color convert

RGB 37 26 79 -
CMYK 0.53 0.67 0 0.69
HSL 252.45º 0.5% 0.21% -
HSV(B) 252.45º 0.67% 0.31% -
XYZ 2.54 1.7 7.59 -
YUV 35.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 37 26 79 0.53 0.67 0 0.69 252.45 0.5 0.21
Hex 25 1A 4F 35 43 0 45 FC 32 15
Octal 45 32 117 65 103 0 105 374 62 25
Binary 100101 11010 1001111 110101 1000011 0 1000101 11111100 110010 10101

Color Harmonies of #251A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A4F

Black with #251A4F

Text Example


Text Example

White with #251A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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