Html Css Color HEX #1B1659 Paua

📋 copy color: '#1B1659'

red 27 ◦ green 22 ◦ blue 89

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

Shades of Paua #1B1659

Tints of Paua #1B1659

RGB

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

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

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

R = 19.57%
G = 15.94%
B = 64.49%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B1659 (or 0x1B1659) is known color: Paua. HEX triplet: 1B, 16 and 59. RGB value is (27,22,89). Sum of RGB (Red+Green+Blue) = 27+22+89=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B1659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1659 is #E4E9A6. Grayscale: #1E1E1E. Windows color (decimal): -15002023 or 5838363. OLE color: 5838363.

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

Color convert

RGB 27 22 89 -
CMYK 0.70 0.75 0 0.65
HSL 244.48º 0.6% 0.22% -
HSV(B) 244.48º 0.75% 0.35% -
XYZ 2.54 1.53 9.61 -
YUV 31.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 27 22 89 0.70 0.75 0 0.65 244.48 0.6 0.22
Hex 1B 16 59 46 4B 0 41 F4 3C 16
Octal 33 26 131 106 113 0 101 364 74 26
Binary 11011 10110 1011001 1000110 1001011 0 1000001 11110100 111100 10110

Color Harmonies of #1B1659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1659

Black with #1B1659

Text Example


Text Example

White with #1B1659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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