Html Css Color HEX #1F155A Paua

📋 copy color: '#1F155A'

red 31 ◦ green 21 ◦ blue 90

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

Shades of Paua #1F155A

Tints of Paua #1F155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

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

R = 21.83%
G = 14.79%
B = 63.38%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F155A (or 0x1F155A) is known color: Paua. HEX triplet: 1F, 15 and 5A. RGB value is (31,21,90). Sum of RGB (Red+Green+Blue) = 31+21+90=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 90 (35.55% from 255 or 63.38% from 142); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F155A is #E0EAA5. Grayscale: #1F1F1F. Windows color (decimal): -14740134 or 5903647. OLE color: 5903647.

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

Color convert

RGB 31 21 90 -
CMYK 0.66 0.77 0 0.65
HSL 248.7º 0.62% 0.22% -
HSV(B) 248.7º 0.77% 0.35% -
XYZ 2.68 1.57 9.83 -
YUV 31.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 31 21 90 0.66 0.77 0 0.65 248.7 0.62 0.22
Hex 1F 15 5A 42 4D 0 41 F9 3E 16
Octal 37 25 132 102 115 0 101 371 76 26
Binary 11111 10101 1011010 1000010 1001101 0 1000001 11111001 111110 10110

Color Harmonies of #1F155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F155A

Black with #1F155A

Text Example


Text Example

White with #1F155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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