Html Css Color HEX #1D085A Paua

📋 copy color: '#1D085A'

red 29 ◦ green 8 ◦ blue 90

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

Shades of Paua #1D085A

Tints of Paua #1D085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.3%

 BLUE value IS 90 (35.55% from 255) = 70.87%

R = 22.83%
G = 6.3%
B = 70.87%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D085A (or 0x1D085A) is known color: Paua. HEX triplet: 1D, 08 and 5A. RGB value is (29,8,90). Sum of RGB (Red+Green+Blue) = 29+8+90=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D085A is #E2F7A5. Grayscale: #171717. Windows color (decimal): -14874534 or 5900317. OLE color: 5900317.

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

Color convert

RGB 29 8 90 -
CMYK 0.68 0.91 0 0.65
HSL 255.37º 0.84% 0.19% -
HSV(B) 255.37º 0.91% 0.35% -
XYZ 2.44 1.17 9.77 -
YUV 23.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 29 8 90 0.68 0.91 0 0.65 255.37 0.84 0.19
Hex 1D 8 5A 44 5B 0 41 FF 54 13
Octal 35 10 132 104 133 0 101 377 124 23
Binary 11101 1000 1011010 1000100 1011011 0 1000001 11111111 1010100 10011

Color Harmonies of #1D085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D085A

Black with #1D085A

Text Example


Text Example

White with #1D085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,8,90); }

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

background-color css

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

 a { background-color: rgb(29,8,90); }

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

border-color css

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

 span { border-color: rgb(29,8,90); }

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