Html Css Color HEX #251B59 Paua

📋 copy color: '#251B59'

red 37 ◦ green 27 ◦ blue 89

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

Shades of Paua #251B59

Tints of Paua #251B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.65%

 BLUE value IS 89 (35.16% from 255) = 58.17%

R = 24.18%
G = 17.65%
B = 58.17%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#251B59 (or 0x251B59) is known color: Paua. HEX triplet: 25, 1B and 59. RGB value is (37,27,89). Sum of RGB (Red+Green+Blue) = 37+27+89=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #251B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251B59 is #DAE4A6. Grayscale: #242424. Windows color (decimal): -14345383 or 5839653. OLE color: 5839653.

HSL color Cylindrical-coordinate representation of color #251B59: hue angle of 249.68º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #251B59 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 27 89 -
CMYK 0.58 0.70 0 0.65
HSL 249.68º 0.53% 0.23% -
HSV(B) 249.68º 0.7% 0.35% -
XYZ 2.96 1.9 9.66 -
YUV 37.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 37 27 89 0.58 0.70 0 0.65 249.68 0.53 0.23
Hex 25 1B 59 3A 46 0 41 FA 35 17
Octal 45 33 131 72 106 0 101 372 65 27
Binary 100101 11011 1011001 111010 1000110 0 1000001 11111010 110101 10111

Color Harmonies of #251B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B59

Black with #251B59

Text Example


Text Example

White with #251B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,27,89); }

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

background-color css

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

 a { background-color: rgb(37,27,89); }

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

border-color css

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

 span { border-color: rgb(37,27,89); }

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