Html Css Color HEX #1F194A Paua

📋 copy color: '#1F194A'

red 31 ◦ green 25 ◦ blue 74

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

Shades of Paua #1F194A

Tints of Paua #1F194A

RGB

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

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

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

R = 23.85%
G = 19.23%
B = 56.92%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F194A (or 0x1F194A) is known color: Paua. HEX triplet: 1F, 19 and 4A. RGB value is (31,25,74). Sum of RGB (Red+Green+Blue) = 31+25+74=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F194A is #E0E6B5. Grayscale: #202020. Windows color (decimal): -14739126 or 4856095. OLE color: 4856095.

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

Color convert

RGB 31 25 74 -
CMYK 0.58 0.66 0 0.71
HSL 247.35º 0.49% 0.19% -
HSV(B) 247.35º 0.66% 0.29% -
XYZ 2.15 1.48 6.65 -
YUV 32.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 31 25 74 0.58 0.66 0 0.71 247.35 0.49 0.19
Hex 1F 19 4A 3A 42 0 47 F7 31 13
Octal 37 31 112 72 102 0 107 367 61 23
Binary 11111 11001 1001010 111010 1000010 0 1000111 11110111 110001 10011

Color Harmonies of #1F194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F194A

Black with #1F194A

Text Example


Text Example

White with #1F194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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