Html Css Color HEX #1B1550 Paua

📋 copy color: '#1B1550'

red 27 ◦ green 21 ◦ blue 80

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

Shades of Paua #1B1550

Tints of Paua #1B1550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 62.5%

R = 21.09%
G = 16.41%
B = 62.5%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B1550 (or 0x1B1550) is known color: Paua. HEX triplet: 1B, 15 and 50. RGB value is (27,21,80). Sum of RGB (Red+Green+Blue) = 27+21+80=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B1550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1550 is #E4EAAF. Grayscale: #1D1D1D. Windows color (decimal): -15002288 or 5248283. OLE color: 5248283.

HSL color Cylindrical-coordinate representation of color #1B1550: hue angle of 246.1º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B1550 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 21 80 -
CMYK 0.66 0.74 0 0.69
HSL 246.1º 0.58% 0.2% -
HSV(B) 246.1º 0.74% 0.31% -
XYZ 2.17 1.35 7.74 -
YUV 29.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 27 21 80 0.66 0.74 0 0.69 246.1 0.58 0.2
Hex 1B 15 50 42 4A 0 45 F6 3A 14
Octal 33 25 120 102 112 0 105 366 72 24
Binary 11011 10101 1010000 1000010 1001010 0 1000101 11110110 111010 10100

Color Harmonies of #1B1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1550

Black with #1B1550

Text Example


Text Example

White with #1B1550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,21,80); }

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

background-color css

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

 a { background-color: rgb(27,21,80); }

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

border-color css

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

 span { border-color: rgb(27,21,80); }

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