Html Css Color HEX #1D0F59 Paua

📋 copy color: '#1D0F59'

red 29 ◦ green 15 ◦ blue 89

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

Shades of Paua #1D0F59

Tints of Paua #1D0F59

RGB

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

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

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

R = 21.8%
G = 11.28%
B = 66.92%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D0F59 (or 0x1D0F59) is known color: Paua. HEX triplet: 1D, 0F and 59. RGB value is (29,15,89). Sum of RGB (Red+Green+Blue) = 29+15+89=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D0F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0F59 is #E2F0A6. Grayscale: #1B1B1B. Windows color (decimal): -14872743 or 5836573. OLE color: 5836573.

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

Color convert

RGB 29 15 89 -
CMYK 0.67 0.83 0 0.65
HSL 251.35º 0.71% 0.2% -
HSV(B) 251.35º 0.83% 0.35% -
XYZ 2.48 1.32 9.58 -
YUV 27.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 29 15 89 0.67 0.83 0 0.65 251.35 0.71 0.2
Hex 1D F 59 43 53 0 41 FB 47 14
Octal 35 17 131 103 123 0 101 373 107 24
Binary 11101 1111 1011001 1000011 1010011 0 1000001 11111011 1000111 10100

Color Harmonies of #1D0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F59

Black with #1D0F59

Text Example


Text Example

White with #1D0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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