Html Css Color HEX #1F194D Paua

📋 copy color: '#1F194D'

red 31 ◦ green 25 ◦ blue 77

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

Shades of Paua #1F194D

Tints of Paua #1F194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 57.89%

R = 23.31%
G = 18.8%
B = 57.89%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1F194D (or 0x1F194D) is known color: Paua. HEX triplet: 1F, 19 and 4D. RGB value is (31,25,77). Sum of RGB (Red+Green+Blue) = 31+25+77=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F194D is #E0E6B2. Grayscale: #202020. Windows color (decimal): -14739123 or 5052703. OLE color: 5052703.

HSL color Cylindrical-coordinate representation of color #1F194D: hue angle of 246.92º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F194D is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 31 25 77 -
CMYK 0.60 0.68 0 0.70
HSL 246.92º 0.51% 0.2% -
HSV(B) 246.92º 0.68% 0.3% -
XYZ 2.25 1.52 7.2 -
YUV 32.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 31 25 77 0.60 0.68 0 0.70 246.92 0.51 0.2
Hex 1F 19 4D 3C 44 0 46 F7 33 14
Octal 37 31 115 74 104 0 106 367 63 24
Binary 11111 11001 1001101 111100 1000100 0 1000110 11110111 110011 10100

Color Harmonies of #1F194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F194D

Black with #1F194D

Text Example


Text Example

White with #1F194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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