Html Css Color HEX #1D154D Paua

📋 copy color: '#1D154D'

red 29 ◦ green 21 ◦ blue 77

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

Shades of Paua #1D154D

Tints of Paua #1D154D

RGB

 RED value IS 29 (11.72% from 255) = 22.83%

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

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

R = 22.83%
G = 16.54%
B = 60.63%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D154D (or 0x1D154D) is known color: Paua. HEX triplet: 1D, 15 and 4D. RGB value is (29,21,77). Sum of RGB (Red+Green+Blue) = 29+21+77=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D154D is #E2EAB2. Grayscale: #1D1D1D. Windows color (decimal): -14871219 or 5051677. OLE color: 5051677.

HSL color Cylindrical-coordinate representation of color #1D154D: hue angle of 248.57º 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 #1D154D is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 29 21 77 -
CMYK 0.62 0.73 0 0.70
HSL 248.57º 0.57% 0.19% -
HSV(B) 248.57º 0.73% 0.3% -
XYZ 2.11 1.33 7.17 -
YUV 29.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 29 21 77 0.62 0.73 0 0.70 248.57 0.57 0.19
Hex 1D 15 4D 3E 49 0 46 F9 39 13
Octal 35 25 115 76 111 0 106 371 71 23
Binary 11101 10101 1001101 111110 1001001 0 1000110 11111001 111001 10011

Color Harmonies of #1D154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D154D

Black with #1D154D

Text Example


Text Example

White with #1D154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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