Html Css Color HEX #1B1248 Paua

📋 copy color: '#1B1248'

red 27 ◦ green 18 ◦ blue 72

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

Shades of Paua #1B1248

Tints of Paua #1B1248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.38%

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

R = 23.08%
G = 15.38%
B = 61.54%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1B1248 (or 0x1B1248) is known color: Paua. HEX triplet: 1B, 12 and 48. RGB value is (27,18,72). Sum of RGB (Red+Green+Blue) = 27+18+72=117 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.08% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1248 is #E4EDB7. Grayscale: #1A1A1A. Windows color (decimal): -15003064 or 4723227. OLE color: 4723227.

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

Color convert

RGB 27 18 72 -
CMYK 0.62 0.75 0 0.72
HSL 250º 0.6% 0.18% -
HSV(B) 250º 0.75% 0.28% -
XYZ 1.84 1.13 6.25 -
YUV 26.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 27 18 72 0.62 0.75 0 0.72 250 0.6 0.18
Hex 1B 12 48 3E 4B 0 48 FA 3C 12
Octal 33 22 110 76 113 0 110 372 74 22
Binary 11011 10010 1001000 111110 1001011 0 1001000 11111010 111100 10010

Color Harmonies of #1B1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1248

Black with #1B1248

Text Example


Text Example

White with #1B1248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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