Html Css Color HEX #1F095B Paua

📋 copy color: '#1F095B'

red 31 ◦ green 9 ◦ blue 91

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

Shades of Paua #1F095B

Tints of Paua #1F095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.87%

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

R = 23.66%
G = 6.87%
B = 69.47%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F095B (or 0x1F095B) is known color: Paua. HEX triplet: 1F, 09 and 5B. RGB value is (31,9,91). Sum of RGB (Red+Green+Blue) = 31+9+91=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 91 (35.94% from 255 or 69.47% from 131); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F095B is #E0F6A4. Grayscale: #181818. Windows color (decimal): -14743205 or 5966111. OLE color: 5966111.

HSL color Cylindrical-coordinate representation of color #1F095B: hue angle of 256.1º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F095B is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 9 91 -
CMYK 0.66 0.90 0 0.64
HSL 256.1º 0.82% 0.2% -
HSV(B) 256.1º 0.9% 0.36% -
XYZ 2.55 1.24 10 -
YUV 24.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 31 9 91 0.66 0.90 0 0.64 256.1 0.82 0.2
Hex 1F 9 5B 42 5A 0 40 100 52 14
Octal 37 11 133 102 132 0 100 400 122 24
Binary 11111 1001 1011011 1000010 1011010 0 1000000 100000000 1010010 10100

Color Harmonies of #1F095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F095B

Black with #1F095B

Text Example


Text Example

White with #1F095B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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