Html Css Color HEX #170E45 Paua

📋 copy color: '#170E45'

red 23 ◦ green 14 ◦ blue 69

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

Shades of Paua #170E45

Tints of Paua #170E45

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.21%

 BLUE value IS 69 (27.34% from 255) = 65.09%

R = 21.7%
G = 13.21%
B = 65.09%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#170E45 (or 0x170E45) is known color: Paua. HEX triplet: 17, 0E and 45. RGB value is (23,14,69). Sum of RGB (Red+Green+Blue) = 23+14+69=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #170E45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170E45 is #E8F1BA. Grayscale: #161616. Windows color (decimal): -15266235 or 4525591. OLE color: 4525591.

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

Color convert

RGB 23 14 69 -
CMYK 0.67 0.80 0 0.73
HSL 249.82º 0.66% 0.16% -
HSV(B) 249.82º 0.8% 0.27% -
XYZ 1.58 0.93 5.73 -
YUV 22.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 23 14 69 0.67 0.80 0 0.73 249.82 0.66 0.16
Hex 17 E 45 43 50 0 49 FA 42 10
Octal 27 16 105 103 120 0 111 372 102 20
Binary 10111 1110 1000101 1000011 1010000 0 1001001 11111010 1000010 10000

Color Harmonies of #170E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170E45

Black with #170E45

Text Example


Text Example

White with #170E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,14,69); }

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

background-color css

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

 a { background-color: rgb(23,14,69); }

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

border-color css

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

 span { border-color: rgb(23,14,69); }

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