Html Css Color HEX #1B134D Paua

📋 copy color: '#1B134D'

red 27 ◦ green 19 ◦ blue 77

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

Shades of Paua #1B134D

Tints of Paua #1B134D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 62.6%

R = 21.95%
G = 15.45%
B = 62.6%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1B134D (or 0x1B134D) is known color: Paua. HEX triplet: 1B, 13 and 4D. RGB value is (27,19,77). Sum of RGB (Red+Green+Blue) = 27+19+77=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B134D is #E4ECB2. Grayscale: #1B1B1B. Windows color (decimal): -15002803 or 5051163. OLE color: 5051163.

HSL color Cylindrical-coordinate representation of color #1B134D: hue angle of 248.28º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B134D is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 27 19 77 -
CMYK 0.65 0.75 0 0.70
HSL 248.28º 0.6% 0.19% -
HSV(B) 248.28º 0.75% 0.3% -
XYZ 2.02 1.23 7.15 -
YUV 28 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 27 19 77 0.65 0.75 0 0.70 248.28 0.6 0.19
Hex 1B 13 4D 41 4B 0 46 F8 3C 13
Octal 33 23 115 101 113 0 106 370 74 23
Binary 11011 10011 1001101 1000001 1001011 0 1000110 11111000 111100 10011

Color Harmonies of #1B134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B134D

Black with #1B134D

Text Example


Text Example

White with #1B134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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