Html Css Color HEX #251B4D Paua

📋 copy color: '#251B4D'

red 37 ◦ green 27 ◦ blue 77

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

Shades of Paua #251B4D

Tints of Paua #251B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 54.61%

R = 26.24%
G = 19.15%
B = 54.61%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#251B4D (or 0x251B4D) is known color: Paua. HEX triplet: 25, 1B and 4D. RGB value is (37,27,77). Sum of RGB (Red+Green+Blue) = 37+27+77=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #251B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251B4D is #DAE4B2. Grayscale: #232323. Windows color (decimal): -14345395 or 5053221. OLE color: 5053221.

HSL color Cylindrical-coordinate representation of color #251B4D: hue angle of 252º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #251B4D is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 27 77 -
CMYK 0.52 0.65 0 0.70
HSL 252º 0.48% 0.2% -
HSV(B) 252º 0.65% 0.3% -
XYZ 2.49 1.71 7.22 -
YUV 35.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 37 27 77 0.52 0.65 0 0.70 252 0.48 0.2
Hex 25 1B 4D 34 41 0 46 FC 30 14
Octal 45 33 115 64 101 0 106 374 60 24
Binary 100101 11011 1001101 110100 1000001 0 1000110 11111100 110000 10100

Color Harmonies of #251B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B4D

Black with #251B4D

Text Example


Text Example

White with #251B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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