#251A5D

Color #251A5D Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #251A5D

Tints of Paua #251A5D

Color information

#251A5D (or 0x251A5D) is unknown color: approx Paua. HEX triplet: 25, 1A and 5D. RGB value is (37,26,93). Sum of RGB (Red+Green+Blue) = 37+26+93=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #251A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A5D is #DAE5A2. Grayscale: #242424. Windows color (decimal): -14345635 or 6101541. OLE color: 6101541.

HSL color Cylindrical-coordinate representation of color #251A5D: hue angle of 249.85º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #251A5D is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB372693-
CMYK0.600.7200.64
HSL249.85º56.3%23.33%-
HSV(B)249.85º72.04%36.47%-
XYZ3.111.9210.56-
YUV36.93159.64128.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=23.72%
G=16.67%
B=59.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3726930.600.7200.64249.8556.323.33
Hex251A5D3C48040fa3817
Octal45321357411001003727027
Binary1001011101010111011111001001000010000001111101011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #251A5D;
 }
 .AnyTagClassName
 {
   color: #251A5D;
 }
</style>
background-color css

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

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

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

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

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

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