Html Css Color HEX #1B1558 Paua

📋 copy color: '#1B1558'

red 27 ◦ green 21 ◦ blue 88

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

Shades of Paua #1B1558

Tints of Paua #1B1558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

 BLUE value IS 88 (34.77% from 255) = 64.71%

R = 19.85%
G = 15.44%
B = 64.71%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B1558 (or 0x1B1558) is known color: Paua. HEX triplet: 1B, 15 and 58. RGB value is (27,21,88). Sum of RGB (Red+Green+Blue) = 27+21+88=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 88 (34.77% from 255 or 64.71% from 136); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B1558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1558 is #E4EAA7. Grayscale: #1E1E1E. Windows color (decimal): -15002280 or 5772571. OLE color: 5772571.

HSL color Cylindrical-coordinate representation of color #1B1558: hue angle of 245.37º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B1558 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 21 88 -
CMYK 0.69 0.76 0 0.65
HSL 245.37º 0.61% 0.21% -
HSV(B) 245.37º 0.76% 0.35% -
XYZ 2.48 1.47 9.39 -
YUV 30.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 27 21 88 0.69 0.76 0 0.65 245.37 0.61 0.21
Hex 1B 15 58 45 4C 0 41 F5 3D 15
Octal 33 25 130 105 114 0 101 365 75 25
Binary 11011 10101 1011000 1000101 1001100 0 1000001 11110101 111101 10101

Color Harmonies of #1B1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1558

Black with #1B1558

Text Example


Text Example

White with #1B1558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,21,88); }

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

background-color css

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

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

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

border-color css

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

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

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