Html Css Color HEX #1B1B48 Paua

📋 copy color: '#1B1B48'

red 27 ◦ green 27 ◦ blue 72

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

Shades of Paua #1B1B48

Tints of Paua #1B1B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.43%

 BLUE value IS 72 (28.52% from 255) = 57.14%

R = 21.43%
G = 21.43%
B = 57.14%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1B1B48 (or 0x1B1B48) is known color: Paua. HEX triplet: 1B, 1B and 48. RGB value is (27,27,72). Sum of RGB (Red+Green+Blue) = 27+27+72=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B1B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1B48 is #E4E4B7. Grayscale: #1F1F1F. Windows color (decimal): -15000760 or 4725531. OLE color: 4725531.

HSL color Cylindrical-coordinate representation of color #1B1B48: hue angle of 240º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B1B48 is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 27 27 72 -
CMYK 0.62 0.62 0 0.72
HSL 240º 0.45% 0.19% -
HSV(B) 240º 0.63% 0.28% -
XYZ 2.01 1.48 6.31 -
YUV 32.13 150.5 124.34 -
System Red Green Blue C M Y K H S L
Decimal 27 27 72 0.62 0.62 0 0.72 240 0.45 0.19
Hex 1B 1B 48 3E 3E 0 48 F0 2D 13
Octal 33 33 110 76 76 0 110 360 55 23
Binary 11011 11011 1001000 111110 111110 0 1001000 11110000 101101 10011

Color Harmonies of #1B1B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1B48

Black with #1B1B48

Text Example


Text Example

White with #1B1B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,27,72); }

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

background-color css

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

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

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

border-color css

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

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

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