Html Css Color HEX #1B1948 Paua

📋 copy color: '#1B1948'

red 27 ◦ green 25 ◦ blue 72

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

Shades of Paua #1B1948

Tints of Paua #1B1948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

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

R = 21.77%
G = 20.16%
B = 58.06%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1B1948 (or 0x1B1948) is known color: Paua. HEX triplet: 1B, 19 and 48. RGB value is (27,25,72). Sum of RGB (Red+Green+Blue) = 27+25+72=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B1948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1948 is #E4E6B7. Grayscale: #1E1E1E. Windows color (decimal): -15001272 or 4725019. OLE color: 4725019.

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

Color convert

RGB 27 25 72 -
CMYK 0.62 0.65 0 0.72
HSL 242.55º 0.48% 0.19% -
HSV(B) 242.55º 0.65% 0.28% -
XYZ 1.97 1.4 6.3 -
YUV 30.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 27 25 72 0.62 0.65 0 0.72 242.55 0.48 0.19
Hex 1B 19 48 3E 41 0 48 F3 30 13
Octal 33 31 110 76 101 0 110 363 60 23
Binary 11011 11001 1001000 111110 1000001 0 1001000 11110011 110000 10011

Color Harmonies of #1B1948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1948

Black with #1B1948

Text Example


Text Example

White with #1B1948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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