Html Css Color HEX #1D1950 Paua

📋 copy color: '#1D1950'

red 29 ◦ green 25 ◦ blue 80

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

Shades of Paua #1D1950

Tints of Paua #1D1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.66%

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

R = 21.64%
G = 18.66%
B = 59.7%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1D1950 (or 0x1D1950) is known color: Paua. HEX triplet: 1D, 19 and 50. RGB value is (29,25,80). Sum of RGB (Red+Green+Blue) = 29+25+80=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D1950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1950 is #E2E6AF. Grayscale: #202020. Windows color (decimal): -14870192 or 5249309. OLE color: 5249309.

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

Color convert

RGB 29 25 80 -
CMYK 0.64 0.69 0 0.69
HSL 244.36º 0.52% 0.21% -
HSV(B) 244.36º 0.69% 0.31% -
XYZ 2.3 1.54 7.76 -
YUV 32.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 29 25 80 0.64 0.69 0 0.69 244.36 0.52 0.21
Hex 1D 19 50 40 45 0 45 F4 34 15
Octal 35 31 120 100 105 0 105 364 64 25
Binary 11101 11001 1010000 1000000 1000101 0 1000101 11110100 110100 10101

Color Harmonies of #1D1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1950

Black with #1D1950

Text Example


Text Example

White with #1D1950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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