Html Css Color HEX #1B1355 Paua

📋 copy color: '#1B1355'

red 27 ◦ green 19 ◦ blue 85

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

Shades of Paua #1B1355

Tints of Paua #1B1355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

 BLUE value IS 85 (33.59% from 255) = 64.89%

R = 20.61%
G = 14.5%
B = 64.89%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1B1355 (or 0x1B1355) is known color: Paua. HEX triplet: 1B, 13 and 55. RGB value is (27,19,85). Sum of RGB (Red+Green+Blue) = 27+19+85=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #1B1355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1355 is #E4ECAA. Grayscale: #1C1C1C. Windows color (decimal): -15002795 or 5575451. OLE color: 5575451.

HSL color Cylindrical-coordinate representation of color #1B1355: hue angle of 247.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B1355 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 27 19 85 -
CMYK 0.68 0.78 0 0.67
HSL 247.27º 0.63% 0.2% -
HSV(B) 247.27º 0.78% 0.33% -
XYZ 2.32 1.35 8.73 -
YUV 28.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 27 19 85 0.68 0.78 0 0.67 247.27 0.63 0.2
Hex 1B 13 55 44 4E 0 43 F7 3F 14
Octal 33 23 125 104 116 0 103 367 77 24
Binary 11011 10011 1010101 1000100 1001110 0 1000011 11110111 111111 10100

Color Harmonies of #1B1355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1355

Black with #1B1355

Text Example


Text Example

White with #1B1355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,19,85); }

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

background-color css

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

 a { background-color: rgb(27,19,85); }

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

border-color css

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

 span { border-color: rgb(27,19,85); }

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