Html Css Color HEX #1B1059 Paua

📋 copy color: '#1B1059'

red 27 ◦ green 16 ◦ blue 89

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

Shades of Paua #1B1059

Tints of Paua #1B1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.12%

 BLUE value IS 89 (35.16% from 255) = 67.42%

R = 20.45%
G = 12.12%
B = 67.42%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B1059 (or 0x1B1059) is known color: Paua. HEX triplet: 1B, 10 and 59. RGB value is (27,16,89). Sum of RGB (Red+Green+Blue) = 27+16+89=132 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.45% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1059 is #E4EFA6. Grayscale: #1B1B1B. Windows color (decimal): -15003559 or 5836827. OLE color: 5836827.

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

Color convert

RGB 27 16 89 -
CMYK 0.70 0.82 0 0.65
HSL 249.04º 0.7% 0.21% -
HSV(B) 249.04º 0.82% 0.35% -
XYZ 2.44 1.32 9.58 -
YUV 27.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 27 16 89 0.70 0.82 0 0.65 249.04 0.7 0.21
Hex 1B 10 59 46 52 0 41 F9 46 15
Octal 33 20 131 106 122 0 101 371 106 25
Binary 11011 10000 1011001 1000110 1010010 0 1000001 11111001 1000110 10101

Color Harmonies of #1B1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1059

Black with #1B1059

Text Example


Text Example

White with #1B1059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,16,89); }

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

background-color css

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

 a { background-color: rgb(27,16,89); }

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

border-color css

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

 span { border-color: rgb(27,16,89); }

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