Html Css Color HEX #1B1058 Paua

📋 copy color: '#1B1058'

red 27 ◦ green 16 ◦ blue 88

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

Shades of Paua #1B1058

Tints of Paua #1B1058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

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

R = 20.61%
G = 12.21%
B = 67.18%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B1058 (or 0x1B1058) is known color: Paua. HEX triplet: 1B, 10 and 58. RGB value is (27,16,88). Sum of RGB (Red+Green+Blue) = 27+16+88=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B1058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1058 is #E4EFA7. Grayscale: #1B1B1B. Windows color (decimal): -15003560 or 5771291. OLE color: 5771291.

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

Color convert

RGB 27 16 88 -
CMYK 0.69 0.82 0 0.65
HSL 249.17º 0.69% 0.2% -
HSV(B) 249.17º 0.82% 0.35% -
XYZ 2.4 1.31 9.36 -
YUV 27.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 27 16 88 0.69 0.82 0 0.65 249.17 0.69 0.2
Hex 1B 10 58 45 52 0 41 F9 45 14
Octal 33 20 130 105 122 0 101 371 105 24
Binary 11011 10000 1011000 1000101 1010010 0 1000001 11111001 1000101 10100

Color Harmonies of #1B1058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1058

Black with #1B1058

Text Example


Text Example

White with #1B1058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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