Html Css Color HEX #1B1742 Paua

📋 copy color: '#1B1742'

red 27 ◦ green 23 ◦ blue 66

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

Shades of Paua #1B1742

Tints of Paua #1B1742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 56.9%

R = 23.28%
G = 19.83%
B = 56.9%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#1B1742 (or 0x1B1742) is known color: Paua. HEX triplet: 1B, 17 and 42. RGB value is (27,23,66). Sum of RGB (Red+Green+Blue) = 27+23+66=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 66 (26.17% from 255 or 56.90% from 116); Max value from RGB is 66 - color contains mainly: blue. Hex color #1B1742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1742 is #E4E8BD. Grayscale: #1C1C1C. Windows color (decimal): -15001790 or 4331291. OLE color: 4331291.

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

Color convert

RGB 27 23 66 -
CMYK 0.59 0.65 0 0.74
HSL 245.58º 0.48% 0.17% -
HSV(B) 245.58º 0.65% 0.26% -
XYZ 1.74 1.24 5.3 -
YUV 29.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 27 23 66 0.59 0.65 0 0.74 245.58 0.48 0.17
Hex 1B 17 42 3B 41 0 4A F6 30 11
Octal 33 27 102 73 101 0 112 366 60 21
Binary 11011 10111 1000010 111011 1000001 0 1001010 11110110 110000 10001

Color Harmonies of #1B1742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1742

Black with #1B1742

Text Example


Text Example

White with #1B1742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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