Html Css Color HEX #1D1258 Paua

📋 copy color: '#1D1258'

red 29 ◦ green 18 ◦ blue 88

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

Shades of Paua #1D1258

Tints of Paua #1D1258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 65.19%

R = 21.48%
G = 13.33%
B = 65.19%

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

#1D1258 (or 0x1D1258) is known color: Paua. HEX triplet: 1D, 12 and 58. RGB value is (29,18,88). Sum of RGB (Red+Green+Blue) = 29+18+88=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #1D1258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1258 is #E2EDA7. Grayscale: #1D1D1D. Windows color (decimal): -14871976 or 5771805. OLE color: 5771805.

HSL color Cylindrical-coordinate representation of color #1D1258: hue angle of 249.43º 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 #1D1258 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 18 88 -
CMYK 0.67 0.80 0 0.65
HSL 249.43º 0.66% 0.21% -
HSV(B) 249.43º 0.8% 0.35% -
XYZ 2.48 1.4 9.37 -
YUV 29.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 29 18 88 0.67 0.80 0 0.65 249.43 0.66 0.21
Hex 1D 12 58 43 50 0 41 F9 42 15
Octal 35 22 130 103 120 0 101 371 102 25
Binary 11101 10010 1011000 1000011 1010000 0 1000001 11111001 1000010 10101

Color Harmonies of #1D1258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1258

Black with #1D1258

Text Example


Text Example

White with #1D1258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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