Html Css Color HEX #1F165D Paua

📋 copy color: '#1F165D'

red 31 ◦ green 22 ◦ blue 93

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

Shades of Paua #1F165D

Tints of Paua #1F165D

RGB

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

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

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

R = 21.23%
G = 15.07%
B = 63.7%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F165D (or 0x1F165D) is known color: Paua. HEX triplet: 1F, 16 and 5D. RGB value is (31,22,93). Sum of RGB (Red+Green+Blue) = 31+22+93=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F165D is #E0E9A2. Grayscale: #202020. Windows color (decimal): -14739875 or 6100511. OLE color: 6100511.

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

Color convert

RGB 31 22 93 -
CMYK 0.67 0.76 0 0.64
HSL 247.61º 0.62% 0.23% -
HSV(B) 247.61º 0.76% 0.36% -
XYZ 2.83 1.66 10.53 -
YUV 32.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 31 22 93 0.67 0.76 0 0.64 247.61 0.62 0.23
Hex 1F 16 5D 43 4C 0 40 F8 3E 17
Octal 37 26 135 103 114 0 100 370 76 27
Binary 11111 10110 1011101 1000011 1001100 0 1000000 11111000 111110 10111

Color Harmonies of #1F165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F165D

Black with #1F165D

Text Example


Text Example

White with #1F165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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