Html Css Color HEX #1D0E59 Paua

📋 copy color: '#1D0E59'

red 29 ◦ green 14 ◦ blue 89

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

Shades of Paua #1D0E59

Tints of Paua #1D0E59

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.61%

 BLUE value IS 89 (35.16% from 255) = 67.42%

R = 21.97%
G = 10.61%
B = 67.42%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D0E59 (or 0x1D0E59) is known color: Paua. HEX triplet: 1D, 0E and 59. RGB value is (29,14,89). Sum of RGB (Red+Green+Blue) = 29+14+89=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D0E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0E59 is #E2F1A6. Grayscale: #1A1A1A. Windows color (decimal): -14872999 or 5836317. OLE color: 5836317.

HSL color Cylindrical-coordinate representation of color #1D0E59: hue angle of 252º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D0E59 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 14 89 -
CMYK 0.67 0.84 0 0.65
HSL 252º 0.73% 0.2% -
HSV(B) 252º 0.84% 0.35% -
XYZ 2.47 1.3 9.57 -
YUV 27.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 29 14 89 0.67 0.84 0 0.65 252 0.73 0.2
Hex 1D E 59 43 54 0 41 FC 49 14
Octal 35 16 131 103 124 0 101 374 111 24
Binary 11101 1110 1011001 1000011 1010100 0 1000001 11111100 1001001 10100

Color Harmonies of #1D0E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0E59

Black with #1D0E59

Text Example


Text Example

White with #1D0E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,14,89); }

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

background-color css

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

 a { background-color: rgb(29,14,89); }

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

border-color css

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

 span { border-color: rgb(29,14,89); }

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