Html Css Color HEX #1B1358 Paua

📋 copy color: '#1B1358'

red 27 ◦ green 19 ◦ blue 88

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

Shades of Paua #1B1358

Tints of Paua #1B1358

RGB

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

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

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

R = 20.15%
G = 14.18%
B = 65.67%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B1358 (or 0x1B1358) is known color: Paua. HEX triplet: 1B, 13 and 58. RGB value is (27,19,88). Sum of RGB (Red+Green+Blue) = 27+19+88=134 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.15% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B1358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1358 is #E4ECA7. Grayscale: #1C1C1C. Windows color (decimal): -15002792 or 5772059. OLE color: 5772059.

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

Color convert

RGB 27 19 88 -
CMYK 0.69 0.78 0 0.65
HSL 246.96º 0.64% 0.21% -
HSV(B) 246.96º 0.78% 0.35% -
XYZ 2.45 1.4 9.37 -
YUV 29.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 27 19 88 0.69 0.78 0 0.65 246.96 0.64 0.21
Hex 1B 13 58 45 4E 0 41 F7 40 15
Octal 33 23 130 105 116 0 101 367 100 25
Binary 11011 10011 1011000 1000101 1001110 0 1000001 11110111 1000000 10101

Color Harmonies of #1B1358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1358

Black with #1B1358

Text Example


Text Example

White with #1B1358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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