Html Css Color HEX #1F1956 Paua

📋 copy color: '#1F1956'

red 31 ◦ green 25 ◦ blue 86

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

Shades of Paua #1F1956

Tints of Paua #1F1956

RGB

 RED value IS 31 (12.5% from 255) = 21.83%

 GREEN value IS 25 (10.16% from 255) = 17.61%

 BLUE value IS 86 (33.98% from 255) = 60.56%

R = 21.83%
G = 17.61%
B = 60.56%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1F1956 (or 0x1F1956) is known color: Paua. HEX triplet: 1F, 19 and 56. RGB value is (31,25,86). Sum of RGB (Red+Green+Blue) = 31+25+86=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #1F1956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1956 is #E0E6A9. Grayscale: #212121. Windows color (decimal): -14739114 or 5642527. OLE color: 5642527.

HSL color Cylindrical-coordinate representation of color #1F1956: hue angle of 245.9º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F1956 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 31 25 86 -
CMYK 0.64 0.71 0 0.66
HSL 245.9º 0.55% 0.22% -
HSV(B) 245.9º 0.71% 0.34% -
XYZ 2.59 1.66 8.99 -
YUV 33.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 31 25 86 0.64 0.71 0 0.66 245.9 0.55 0.22
Hex 1F 19 56 40 47 0 42 F6 37 16
Octal 37 31 126 100 107 0 102 366 67 26
Binary 11111 11001 1010110 1000000 1000111 0 1000010 11110110 110111 10110

Color Harmonies of #1F1956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1956

Black with #1F1956

Text Example


Text Example

White with #1F1956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1956; }

 p { color: rgb(31,25,86); }

 H1.HeaderClassName
 {
   color: #1F1956;
 }
 .AnyTagClassName
 {
   color: #1F1956;
 }
</style>

background-color css

<style>
 a { background-color: #1F1956; }

 a { background-color: rgb(31,25,86); }

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

border-color css

<style>
 span { border-color: #1F1956; }

 span { border-color: rgb(31,25,86); }

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