Html Css Color HEX #171044 Paua

📋 copy color: '#171044'

red 23 ◦ green 16 ◦ blue 68

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

Shades of Paua #171044

Tints of Paua #171044

RGB

 RED value IS 23 (9.38% from 255) = 21.5%

 GREEN value IS 16 (6.64% from 255) = 14.95%

 BLUE value IS 68 (26.95% from 255) = 63.55%

R = 21.5%
G = 14.95%
B = 63.55%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#171044 (or 0x171044) is known color: Paua. HEX triplet: 17, 10 and 44. RGB value is (23,16,68). Sum of RGB (Red+Green+Blue) = 23+16+68=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 68 (26.95% from 255 or 63.55% from 107); Max value from RGB is 68 - color contains mainly: blue. Hex color #171044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171044 is #E8EFBB. Grayscale: #171717. Windows color (decimal): -15265724 or 4460567. OLE color: 4460567.

HSL color Cylindrical-coordinate representation of color #171044: hue angle of 248.08º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #171044 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 16 68 -
CMYK 0.66 0.76 0 0.73
HSL 248.08º 0.62% 0.16% -
HSV(B) 248.08º 0.76% 0.27% -
XYZ 1.58 0.97 5.57 -
YUV 24.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 23 16 68 0.66 0.76 0 0.73 248.08 0.62 0.16
Hex 17 10 44 42 4C 0 49 F8 3E 10
Octal 27 20 104 102 114 0 111 370 76 20
Binary 10111 10000 1000100 1000010 1001100 0 1001001 11111000 111110 10000

Color Harmonies of #171044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171044

Black with #171044

Text Example


Text Example

White with #171044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171044; }

 p { color: rgb(23,16,68); }

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

background-color css

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

 a { background-color: rgb(23,16,68); }

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

border-color css

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

 span { border-color: rgb(23,16,68); }

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