Html Css Color HEX #1D185B Paua

📋 copy color: '#1D185B'

red 29 ◦ green 24 ◦ blue 91

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

Shades of Paua #1D185B

Tints of Paua #1D185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

 BLUE value IS 91 (35.94% from 255) = 63.19%

R = 20.14%
G = 16.67%
B = 63.19%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1D185B (or 0x1D185B) is known color: Paua. HEX triplet: 1D, 18 and 5B. RGB value is (29,24,91). Sum of RGB (Red+Green+Blue) = 29+24+91=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #1D185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D185B is #E2E7A4. Grayscale: #202020. Windows color (decimal): -14870437 or 5969949. OLE color: 5969949.

HSL color Cylindrical-coordinate representation of color #1D185B: hue angle of 244.48º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D185B is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 24 91 -
CMYK 0.68 0.74 0 0.64
HSL 244.48º 0.58% 0.23% -
HSV(B) 244.48º 0.74% 0.36% -
XYZ 2.72 1.67 10.08 -
YUV 33.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 29 24 91 0.68 0.74 0 0.64 244.48 0.58 0.23
Hex 1D 18 5B 44 4A 0 40 F4 3A 17
Octal 35 30 133 104 112 0 100 364 72 27
Binary 11101 11000 1011011 1000100 1001010 0 1000000 11110100 111010 10111

Color Harmonies of #1D185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D185B

Black with #1D185B

Text Example


Text Example

White with #1D185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,24,91); }

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

background-color css

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

 a { background-color: rgb(29,24,91); }

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

border-color css

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

 span { border-color: rgb(29,24,91); }

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