Html Css Color HEX #1D1259 Paua

📋 copy color: '#1D1259'

red 29 ◦ green 18 ◦ blue 89

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

Shades of Paua #1D1259

Tints of Paua #1D1259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.24%

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

R = 21.32%
G = 13.24%
B = 65.44%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D1259 (or 0x1D1259) is known color: Paua. HEX triplet: 1D, 12 and 59. RGB value is (29,18,89). Sum of RGB (Red+Green+Blue) = 29+18+89=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #1D1259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1259 is #E2EDA6. Grayscale: #1D1D1D. Windows color (decimal): -14871975 or 5837341. OLE color: 5837341.

HSL color Cylindrical-coordinate representation of color #1D1259: hue angle of 249.3º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D1259 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 18 89 -
CMYK 0.67 0.80 0 0.65
HSL 249.3º 0.66% 0.21% -
HSV(B) 249.3º 0.8% 0.35% -
XYZ 2.53 1.42 9.59 -
YUV 29.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 29 18 89 0.67 0.80 0 0.65 249.3 0.66 0.21
Hex 1D 12 59 43 50 0 41 F9 42 15
Octal 35 22 131 103 120 0 101 371 102 25
Binary 11101 10010 1011001 1000011 1010000 0 1000001 11111001 1000010 10101

Color Harmonies of #1D1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1259

Black with #1D1259

Text Example


Text Example

White with #1D1259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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