Html Css Color HEX #1F164A Paua

📋 copy color: '#1F164A'

red 31 ◦ green 22 ◦ blue 74

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

Shades of Paua #1F164A

Tints of Paua #1F164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

 BLUE value IS 74 (29.3% from 255) = 58.27%

R = 24.41%
G = 17.32%
B = 58.27%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F164A (or 0x1F164A) is known color: Paua. HEX triplet: 1F, 16 and 4A. RGB value is (31,22,74). Sum of RGB (Red+Green+Blue) = 31+22+74=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F164A is #E0E9B5. Grayscale: #1E1E1E. Windows color (decimal): -14739894 or 4855327. OLE color: 4855327.

HSL color Cylindrical-coordinate representation of color #1F164A: hue angle of 250.38º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F164A is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 22 74 -
CMYK 0.58 0.70 0 0.71
HSL 250.38º 0.54% 0.19% -
HSV(B) 250.38º 0.7% 0.29% -
XYZ 2.09 1.36 6.63 -
YUV 30.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 31 22 74 0.58 0.70 0 0.71 250.38 0.54 0.19
Hex 1F 16 4A 3A 46 0 47 FA 36 13
Octal 37 26 112 72 106 0 107 372 66 23
Binary 11111 10110 1001010 111010 1000110 0 1000111 11111010 110110 10011

Color Harmonies of #1F164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F164A

Black with #1F164A

Text Example


Text Example

White with #1F164A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,22,74); }

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

background-color css

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

 a { background-color: rgb(31,22,74); }

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

border-color css

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

 span { border-color: rgb(31,22,74); }

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