Html Css Color HEX #1B1348 Paua

📋 copy color: '#1B1348'

red 27 ◦ green 19 ◦ blue 72

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

Shades of Paua #1B1348

Tints of Paua #1B1348

RGB

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

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

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

R = 22.88%
G = 16.1%
B = 61.02%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1B1348 (or 0x1B1348) is known color: Paua. HEX triplet: 1B, 13 and 48. RGB value is (27,19,72). Sum of RGB (Red+Green+Blue) = 27+19+72=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1348 is #E4ECB7. Grayscale: #1B1B1B. Windows color (decimal): -15002808 or 4723483. OLE color: 4723483.

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

Color convert

RGB 27 19 72 -
CMYK 0.62 0.74 0 0.72
HSL 249.06º 0.58% 0.18% -
HSV(B) 249.06º 0.74% 0.28% -
XYZ 1.85 1.17 6.26 -
YUV 27.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 27 19 72 0.62 0.74 0 0.72 249.06 0.58 0.18
Hex 1B 13 48 3E 4A 0 48 F9 3A 12
Octal 33 23 110 76 112 0 110 371 72 22
Binary 11011 10011 1001000 111110 1001010 0 1001000 11111001 111010 10010

Color Harmonies of #1B1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1348

Black with #1B1348

Text Example


Text Example

White with #1B1348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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