Html Css Color HEX #1F195B Paua

📋 copy color: '#1F195B'

red 31 ◦ green 25 ◦ blue 91

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

Shades of Paua #1F195B

Tints of Paua #1F195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 61.9%

R = 21.09%
G = 17.01%
B = 61.9%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F195B (or 0x1F195B) is known color: Paua. HEX triplet: 1F, 19 and 5B. RGB value is (31,25,91). Sum of RGB (Red+Green+Blue) = 31+25+91=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F195B is #E0E6A4. Grayscale: #222222. Windows color (decimal): -14739109 or 5970207. OLE color: 5970207.

HSL color Cylindrical-coordinate representation of color #1F195B: hue angle of 245.45º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F195B is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 25 91 -
CMYK 0.66 0.73 0 0.64
HSL 245.45º 0.57% 0.23% -
HSV(B) 245.45º 0.73% 0.36% -
XYZ 2.8 1.74 10.09 -
YUV 34.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 31 25 91 0.66 0.73 0 0.64 245.45 0.57 0.23
Hex 1F 19 5B 42 49 0 40 F5 39 17
Octal 37 31 133 102 111 0 100 365 71 27
Binary 11111 11001 1011011 1000010 1001001 0 1000000 11110101 111001 10111

Color Harmonies of #1F195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F195B

Black with #1F195B

Text Example


Text Example

White with #1F195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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