Html Css Color HEX #1B1559 Paua

📋 copy color: '#1B1559'

red 27 ◦ green 21 ◦ blue 89

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

Shades of Paua #1B1559

Tints of Paua #1B1559

RGB

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

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

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

R = 19.71%
G = 15.33%
B = 64.96%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B1559 (or 0x1B1559) is known color: Paua. HEX triplet: 1B, 15 and 59. RGB value is (27,21,89). Sum of RGB (Red+Green+Blue) = 27+21+89=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B1559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1559 is #E4EAA6. Grayscale: #1E1E1E. Windows color (decimal): -15002279 or 5838107. OLE color: 5838107.

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

Color convert

RGB 27 21 89 -
CMYK 0.70 0.76 0 0.65
HSL 245.29º 0.62% 0.22% -
HSV(B) 245.29º 0.76% 0.35% -
XYZ 2.52 1.49 9.61 -
YUV 30.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 27 21 89 0.70 0.76 0 0.65 245.29 0.62 0.22
Hex 1B 15 59 46 4C 0 41 F5 3E 16
Octal 33 25 131 106 114 0 101 365 76 26
Binary 11011 10101 1011001 1000110 1001100 0 1000001 11110101 111110 10110

Color Harmonies of #1B1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1559

Black with #1B1559

Text Example


Text Example

White with #1B1559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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