Html Css Color HEX #170C48 Paua

📋 copy color: '#170C48'

red 23 ◦ green 12 ◦ blue 72

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

Shades of Paua #170C48

Tints of Paua #170C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.21%

 BLUE value IS 72 (28.52% from 255) = 67.29%

R = 21.5%
G = 11.21%
B = 67.29%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#170C48 (or 0x170C48) is known color: Paua. HEX triplet: 17, 0C and 48. RGB value is (23,12,72). Sum of RGB (Red+Green+Blue) = 23+12+72=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #170C48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C48 is #E8F3B7. Grayscale: #151515. Windows color (decimal): -15266744 or 4721687. OLE color: 4721687.

HSL color Cylindrical-coordinate representation of color #170C48: hue angle of 251º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #170C48 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 23 12 72 -
CMYK 0.68 0.83 0 0.72
HSL 251º 0.71% 0.16% -
HSV(B) 251º 0.83% 0.28% -
XYZ 1.65 0.91 6.22 -
YUV 22.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 23 12 72 0.68 0.83 0 0.72 251 0.71 0.16
Hex 17 C 48 44 53 0 48 FB 47 10
Octal 27 14 110 104 123 0 110 373 107 20
Binary 10111 1100 1001000 1000100 1010011 0 1001000 11111011 1000111 10000

Color Harmonies of #170C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C48

Black with #170C48

Text Example


Text Example

White with #170C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170C48; }

 p { color: rgb(23,12,72); }

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

background-color css

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

 a { background-color: rgb(23,12,72); }

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

border-color css

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

 span { border-color: rgb(23,12,72); }

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