Html Css Color HEX #1B154D Paua

📋 copy color: '#1B154D'

red 27 ◦ green 21 ◦ blue 77

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

Shades of Paua #1B154D

Tints of Paua #1B154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

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

R = 21.6%
G = 16.8%
B = 61.6%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1B154D (or 0x1B154D) is known color: Paua. HEX triplet: 1B, 15 and 4D. RGB value is (27,21,77). Sum of RGB (Red+Green+Blue) = 27+21+77=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B154D is #E4EAB2. Grayscale: #1C1C1C. Windows color (decimal): -15002291 or 5051675. OLE color: 5051675.

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

Color convert

RGB 27 21 77 -
CMYK 0.65 0.73 0 0.70
HSL 246.43º 0.57% 0.19% -
HSV(B) 246.43º 0.73% 0.3% -
XYZ 2.06 1.31 7.16 -
YUV 29.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 27 21 77 0.65 0.73 0 0.70 246.43 0.57 0.19
Hex 1B 15 4D 41 49 0 46 F6 39 13
Octal 33 25 115 101 111 0 106 366 71 23
Binary 11011 10101 1001101 1000001 1001001 0 1000110 11110110 111001 10011

Color Harmonies of #1B154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B154D

Black with #1B154D

Text Example


Text Example

White with #1B154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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