Html Css Color HEX #170F4A Paua

📋 copy color: '#170F4A'

red 23 ◦ green 15 ◦ blue 74

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

Shades of Paua #170F4A

Tints of Paua #170F4A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.39%

 BLUE value IS 74 (29.3% from 255) = 66.07%

R = 20.54%
G = 13.39%
B = 66.07%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#170F4A (or 0x170F4A) is known color: Paua. HEX triplet: 17, 0F and 4A. RGB value is (23,15,74). Sum of RGB (Red+Green+Blue) = 23+15+74=112 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.54% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #170F4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170F4A is #E8F0B5. Grayscale: #171717. Windows color (decimal): -15265974 or 4853527. OLE color: 4853527.

HSL color Cylindrical-coordinate representation of color #170F4A: hue angle of 248.14º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #170F4A is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 15 74 -
CMYK 0.69 0.80 0 0.71
HSL 248.14º 0.66% 0.17% -
HSV(B) 248.14º 0.8% 0.29% -
XYZ 1.76 1.02 6.58 -
YUV 24.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 23 15 74 0.69 0.80 0 0.71 248.14 0.66 0.17
Hex 17 F 4A 45 50 0 47 F8 42 11
Octal 27 17 112 105 120 0 107 370 102 21
Binary 10111 1111 1001010 1000101 1010000 0 1000111 11111000 1000010 10001

Color Harmonies of #170F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170F4A

Black with #170F4A

Text Example


Text Example

White with #170F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,15,74); }

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

background-color css

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

 a { background-color: rgb(23,15,74); }

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

border-color css

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

 span { border-color: rgb(23,15,74); }

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