Html Css Color HEX #1B134B Paua

📋 copy color: '#1B134B'

red 27 ◦ green 19 ◦ blue 75

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

Shades of Paua #1B134B

Tints of Paua #1B134B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 61.98%

R = 22.31%
G = 15.7%
B = 61.98%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1B134B (or 0x1B134B) is known color: Paua. HEX triplet: 1B, 13 and 4B. RGB value is (27,19,75). Sum of RGB (Red+Green+Blue) = 27+19+75=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #1B134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B134B is #E4ECB4. Grayscale: #1B1B1B. Windows color (decimal): -15002805 or 4920091. OLE color: 4920091.

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

Color convert

RGB 27 19 75 -
CMYK 0.64 0.75 0 0.71
HSL 248.57º 0.6% 0.18% -
HSV(B) 248.57º 0.75% 0.29% -
XYZ 1.95 1.21 6.79 -
YUV 27.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 27 19 75 0.64 0.75 0 0.71 248.57 0.6 0.18
Hex 1B 13 4B 40 4B 0 47 F9 3C 12
Octal 33 23 113 100 113 0 107 371 74 22
Binary 11011 10011 1001011 1000000 1001011 0 1000111 11111001 111100 10010

Color Harmonies of #1B134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B134B

Black with #1B134B

Text Example


Text Example

White with #1B134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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