Html Css Color HEX #1B0B59 Paua

📋 copy color: '#1B0B59'

red 27 ◦ green 11 ◦ blue 89

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

Shades of Paua #1B0B59

Tints of Paua #1B0B59

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.66%

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

R = 21.26%
G = 8.66%
B = 70.08%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B0B59 (or 0x1B0B59) is known color: Paua. HEX triplet: 1B, 0B and 59. RGB value is (27,11,89). Sum of RGB (Red+Green+Blue) = 27+11+89=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B0B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0B59 is #E4F4A6. Grayscale: #181818. Windows color (decimal): -15004839 or 5835547. OLE color: 5835547.

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

Color convert

RGB 27 11 89 -
CMYK 0.70 0.88 0 0.65
HSL 252.31º 0.78% 0.2% -
HSV(B) 252.31º 0.88% 0.35% -
XYZ 2.37 1.19 9.56 -
YUV 24.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 27 11 89 0.70 0.88 0 0.65 252.31 0.78 0.2
Hex 1B B 59 46 58 0 41 FC 4E 14
Octal 33 13 131 106 130 0 101 374 116 24
Binary 11011 1011 1011001 1000110 1011000 0 1000001 11111100 1001110 10100

Color Harmonies of #1B0B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0B59

Black with #1B0B59

Text Example


Text Example

White with #1B0B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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