Html Css Color HEX #1F195D Paua

📋 copy color: '#1F195D'

red 31 ◦ green 25 ◦ blue 93

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

Shades of Paua #1F195D

Tints of Paua #1F195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62.42%

R = 20.81%
G = 16.78%
B = 62.42%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F195D (or 0x1F195D) is known color: Paua. HEX triplet: 1F, 19 and 5D. RGB value is (31,25,93). Sum of RGB (Red+Green+Blue) = 31+25+93=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F195D is #E0E6A2. Grayscale: #222222. Windows color (decimal): -14739107 or 6101279. OLE color: 6101279.

HSL color Cylindrical-coordinate representation of color #1F195D: hue angle of 245.29º degrees, saturation: 0.58, 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 #1F195D is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 25 93 -
CMYK 0.67 0.73 0 0.64
HSL 245.29º 0.58% 0.23% -
HSV(B) 245.29º 0.73% 0.36% -
XYZ 2.89 1.78 10.55 -
YUV 34.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 31 25 93 0.67 0.73 0 0.64 245.29 0.58 0.23
Hex 1F 19 5D 43 49 0 40 F5 3A 17
Octal 37 31 135 103 111 0 100 365 72 27
Binary 11111 11001 1011101 1000011 1001001 0 1000000 11110101 111010 10111

Color Harmonies of #1F195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F195D

Black with #1F195D

Text Example


Text Example

White with #1F195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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