Html Css Color HEX #1B114D Paua

📋 copy color: '#1B114D'

red 27 ◦ green 17 ◦ blue 77

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

Shades of Paua #1B114D

Tints of Paua #1B114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

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

R = 22.31%
G = 14.05%
B = 63.64%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1B114D (or 0x1B114D) is known color: Paua. HEX triplet: 1B, 11 and 4D. RGB value is (27,17,77). Sum of RGB (Red+Green+Blue) = 27+17+77=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B114D is #E4EEB2. Grayscale: #1A1A1A. Windows color (decimal): -15003315 or 5050651. OLE color: 5050651.

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

Color convert

RGB 27 17 77 -
CMYK 0.65 0.78 0 0.70
HSL 250º 0.64% 0.18% -
HSV(B) 250º 0.78% 0.3% -
XYZ 1.99 1.17 7.14 -
YUV 26.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 27 17 77 0.65 0.78 0 0.70 250 0.64 0.18
Hex 1B 11 4D 41 4E 0 46 FA 40 12
Octal 33 21 115 101 116 0 106 372 100 22
Binary 11011 10001 1001101 1000001 1001110 0 1000110 11111010 1000000 10010

Color Harmonies of #1B114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B114D

Black with #1B114D

Text Example


Text Example

White with #1B114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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