Html Css Color HEX #1B1649 Paua

📋 copy color: '#1B1649'

red 27 ◦ green 22 ◦ blue 73

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

Shades of Paua #1B1649

Tints of Paua #1B1649

RGB

 RED value IS 27 (10.94% from 255) = 22.13%

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

 BLUE value IS 73 (28.91% from 255) = 59.84%

R = 22.13%
G = 18.03%
B = 59.84%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1B1649 (or 0x1B1649) is known color: Paua. HEX triplet: 1B, 16 and 49. RGB value is (27,22,73). Sum of RGB (Red+Green+Blue) = 27+22+73=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #1B1649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1649 is #E4E9B6. Grayscale: #1D1D1D. Windows color (decimal): -15002039 or 4789787. OLE color: 4789787.

HSL color Cylindrical-coordinate representation of color #1B1649: hue angle of 245.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B1649 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 27 22 73 -
CMYK 0.63 0.70 0 0.71
HSL 245.88º 0.54% 0.19% -
HSV(B) 245.88º 0.7% 0.29% -
XYZ 1.94 1.29 6.45 -
YUV 29.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 27 22 73 0.63 0.70 0 0.71 245.88 0.54 0.19
Hex 1B 16 49 3F 46 0 47 F6 36 13
Octal 33 26 111 77 106 0 107 366 66 23
Binary 11011 10110 1001001 111111 1000110 0 1000111 11110110 110110 10011

Color Harmonies of #1B1649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1649

Black with #1B1649

Text Example


Text Example

White with #1B1649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,22,73); }

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

background-color css

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

 a { background-color: rgb(27,22,73); }

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

border-color css

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

 span { border-color: rgb(27,22,73); }

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