Html Css Color HEX #1F115A Paua

📋 copy color: '#1F115A'

red 31 ◦ green 17 ◦ blue 90

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

Shades of Paua #1F115A

Tints of Paua #1F115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

 BLUE value IS 90 (35.55% from 255) = 65.22%

R = 22.46%
G = 12.32%
B = 65.22%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F115A (or 0x1F115A) is known color: Paua. HEX triplet: 1F, 11 and 5A. RGB value is (31,17,90). Sum of RGB (Red+Green+Blue) = 31+17+90=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F115A is #E0EEA5. Grayscale: #1D1D1D. Windows color (decimal): -14741158 or 5902623. OLE color: 5902623.

HSL color Cylindrical-coordinate representation of color #1F115A: hue angle of 251.51º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F115A is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 17 90 -
CMYK 0.66 0.81 0 0.65
HSL 251.51º 0.68% 0.21% -
HSV(B) 251.51º 0.81% 0.35% -
XYZ 2.61 1.43 9.81 -
YUV 29.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 31 17 90 0.66 0.81 0 0.65 251.51 0.68 0.21
Hex 1F 11 5A 42 51 0 41 FC 44 15
Octal 37 21 132 102 121 0 101 374 104 25
Binary 11111 10001 1011010 1000010 1010001 0 1000001 11111100 1000100 10101

Color Harmonies of #1F115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F115A

Black with #1F115A

Text Example


Text Example

White with #1F115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,17,90); }

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

background-color css

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

 a { background-color: rgb(31,17,90); }

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

border-color css

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

 span { border-color: rgb(31,17,90); }

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