Html Css Color HEX #171244 Paua

📋 copy color: '#171244'

red 23 ◦ green 18 ◦ blue 68

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

Shades of Paua #171244

Tints of Paua #171244

RGB

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

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

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

R = 21.1%
G = 16.51%
B = 62.39%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#171244 (or 0x171244) is known color: Paua. HEX triplet: 17, 12 and 44. RGB value is (23,18,68). Sum of RGB (Red+Green+Blue) = 23+18+68=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 68 (26.95% from 255 or 62.39% from 109); Max value from RGB is 68 - color contains mainly: blue. Hex color #171244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171244 is #E8EDBB. Grayscale: #191919. Windows color (decimal): -15265212 or 4461079. OLE color: 4461079.

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

Color convert

RGB 23 18 68 -
CMYK 0.66 0.74 0 0.73
HSL 246º 0.58% 0.17% -
HSV(B) 246º 0.74% 0.27% -
XYZ 1.61 1.03 5.58 -
YUV 25.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 23 18 68 0.66 0.74 0 0.73 246 0.58 0.17
Hex 17 12 44 42 4A 0 49 F6 3A 11
Octal 27 22 104 102 112 0 111 366 72 21
Binary 10111 10010 1000100 1000010 1001010 0 1001001 11110110 111010 10001

Color Harmonies of #171244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171244

Black with #171244

Text Example


Text Example

White with #171244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171244; }

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

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

background-color css

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

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

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

border-color css

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

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

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