Html Css Color HEX #1D0F50 Paua

📋 copy color: '#1D0F50'

red 29 ◦ green 15 ◦ blue 80

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

Shades of Paua #1D0F50

Tints of Paua #1D0F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.1%

 BLUE value IS 80 (31.64% from 255) = 64.52%

R = 23.39%
G = 12.1%
B = 64.52%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1D0F50 (or 0x1D0F50) is known color: Paua. HEX triplet: 1D, 0F and 50. RGB value is (29,15,80). Sum of RGB (Red+Green+Blue) = 29+15+80=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D0F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0F50 is #E2F0AF. Grayscale: #1A1A1A. Windows color (decimal): -14872752 or 5246749. OLE color: 5246749.

HSL color Cylindrical-coordinate representation of color #1D0F50: hue angle of 252.92º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D0F50 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 15 80 -
CMYK 0.64 0.81 0 0.69
HSL 252.92º 0.68% 0.19% -
HSV(B) 252.92º 0.81% 0.31% -
XYZ 2.13 1.18 7.71 -
YUV 26.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 29 15 80 0.64 0.81 0 0.69 252.92 0.68 0.19
Hex 1D F 50 40 51 0 45 FD 44 13
Octal 35 17 120 100 121 0 105 375 104 23
Binary 11101 1111 1010000 1000000 1010001 0 1000101 11111101 1000100 10011

Color Harmonies of #1D0F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F50

Black with #1D0F50

Text Example


Text Example

White with #1D0F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,15,80); }

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

background-color css

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

 a { background-color: rgb(29,15,80); }

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

border-color css

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

 span { border-color: rgb(29,15,80); }

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