Html Css Color HEX #1B1741 Paua

📋 copy color: '#1B1741'

red 27 ◦ green 23 ◦ blue 65

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

Shades of Paua #1B1741

Tints of Paua #1B1741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20%

 BLUE value IS 65 (25.78% from 255) = 56.52%

R = 23.48%
G = 20%
B = 56.52%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B1741 (or 0x1B1741) is known color: Paua. HEX triplet: 1B, 17 and 41. RGB value is (27,23,65). Sum of RGB (Red+Green+Blue) = 27+23+65=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B1741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1741 is #E4E8BE. Grayscale: #1C1C1C. Windows color (decimal): -15001791 or 4265755. OLE color: 4265755.

HSL color Cylindrical-coordinate representation of color #1B1741: hue angle of 245.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B1741 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 23 65 -
CMYK 0.58 0.65 0 0.75
HSL 245.71º 0.48% 0.17% -
HSV(B) 245.71º 0.65% 0.25% -
XYZ 1.71 1.23 5.15 -
YUV 28.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 27 23 65 0.58 0.65 0 0.75 245.71 0.48 0.17
Hex 1B 17 41 3A 41 0 4B F6 30 11
Octal 33 27 101 72 101 0 113 366 60 21
Binary 11011 10111 1000001 111010 1000001 0 1001011 11110110 110000 10001

Color Harmonies of #1B1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1741

Black with #1B1741

Text Example


Text Example

White with #1B1741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,23,65); }

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

background-color css

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

 a { background-color: rgb(27,23,65); }

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

border-color css

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

 span { border-color: rgb(27,23,65); }

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