Html Css Color HEX #1D1751 Paua

📋 copy color: '#1D1751'

red 29 ◦ green 23 ◦ blue 81

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

Shades of Paua #1D1751

Tints of Paua #1D1751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.29%

 BLUE value IS 81 (32.03% from 255) = 60.9%

R = 21.8%
G = 17.29%
B = 60.9%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1D1751 (or 0x1D1751) is known color: Paua. HEX triplet: 1D, 17 and 51. RGB value is (29,23,81). Sum of RGB (Red+Green+Blue) = 29+23+81=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #1D1751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1751 is #E2E8AE. Grayscale: #1F1F1F. Windows color (decimal): -14870703 or 5314333. OLE color: 5314333.

HSL color Cylindrical-coordinate representation of color #1D1751: hue angle of 246.21º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D1751 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 29 23 81 -
CMYK 0.64 0.72 0 0.68
HSL 246.21º 0.56% 0.2% -
HSV(B) 246.21º 0.72% 0.32% -
XYZ 2.3 1.47 7.95 -
YUV 31.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 29 23 81 0.64 0.72 0 0.68 246.21 0.56 0.2
Hex 1D 17 51 40 48 0 44 F6 38 14
Octal 35 27 121 100 110 0 104 366 70 24
Binary 11101 10111 1010001 1000000 1001000 0 1000100 11110110 111000 10100

Color Harmonies of #1D1751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1751

Black with #1D1751

Text Example


Text Example

White with #1D1751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,23,81); }

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

background-color css

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

 a { background-color: rgb(29,23,81); }

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

border-color css

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

 span { border-color: rgb(29,23,81); }

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