Html Css Color HEX #1F175B Paua

📋 copy color: '#1F175B'

red 31 ◦ green 23 ◦ blue 91

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

Shades of Paua #1F175B

Tints of Paua #1F175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.86%

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

R = 21.38%
G = 15.86%
B = 62.76%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F175B (or 0x1F175B) is known color: Paua. HEX triplet: 1F, 17 and 5B. RGB value is (31,23,91). Sum of RGB (Red+Green+Blue) = 31+23+91=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F175B is #E0E8A4. Grayscale: #202020. Windows color (decimal): -14739621 or 5969695. OLE color: 5969695.

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

Color convert

RGB 31 23 91 -
CMYK 0.66 0.75 0 0.64
HSL 247.06º 0.6% 0.22% -
HSV(B) 247.06º 0.75% 0.36% -
XYZ 2.76 1.66 10.07 -
YUV 33.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 31 23 91 0.66 0.75 0 0.64 247.06 0.6 0.22
Hex 1F 17 5B 42 4B 0 40 F7 3C 16
Octal 37 27 133 102 113 0 100 367 74 26
Binary 11111 10111 1011011 1000010 1001011 0 1000000 11110111 111100 10110

Color Harmonies of #1F175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F175B

Black with #1F175B

Text Example


Text Example

White with #1F175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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